This commit is contained in:
2018-10-01 11:01:02 -05:00
parent 933c55fcc5
commit d9c3a9eae2

View File

@@ -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;;