1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-06 07:50:13 +01:00

Update wgd.sh

This commit is contained in:
Donald Zou 2024-08-16 17:16:54 -04:00
parent 2e691d7c26
commit e6c99028d6

View File

@ -112,7 +112,7 @@ _installPythonVenv(){
fi fi
;; ;;
*) *)
printf "[WGDashboard] %s Sorry, your OS is not supported. Currently the install script only support Debian-based, Red Hat-based OS." "$heavy_crossmark" printf "[WGDashboard] %s Sorry, your OS is not supported. Currently the install script only support Debian-based, Red Hat-based OS.\n" "$heavy_crossmark"
printf "%s\n" "$helpMsg" printf "%s\n" "$helpMsg"
kill $TOP_PID kill $TOP_PID
;; ;;
@ -150,7 +150,8 @@ _installPythonPip(){
fi fi
;; ;;
*) *)
printf "[WGDashboard] Sorry, your OS is not support auto install. Currently the install script only support Debian-based, Red Hat-based OS." printf "[WGDashboard] %s Sorry, your OS is not supported. Currently the install script only support Debian-based, Red Hat-based OS.\n" "$heavy_crossmark"
printf "%s\n" "$OS"
printf "%s\n" "$helpMsg" printf "%s\n" "$helpMsg"
kill $TOP_PID kill $TOP_PID
;; ;;