diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 76f2403..abe7e9e 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -198,9 +198,10 @@ WEBMIN_INSTALL() { read -n 1 -p "Are you sure you wish to install Webmin (y/n)?" choice case "$choice" in [Yy]) + echo "" bash <(curl -sL https://scity.xyz/webmin) echo "" - echo -e "${Green}Webmin has been Installed{Color_Off}" + echo -e "${Green}Webmin has been Installed${Color_Off}" if [ ${action-x} ]; then exit 0; fi read -n 1 -s -p "Press any key to continue" exit 0;;