From d9c3a9eae26f97d8d7420b5b1c3e34e206701513 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 1 Oct 2018 11:01:02 -0500 Subject: [PATCH] is.2 --- linupx-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;;