is.2
This commit is contained in:
@@ -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;;
|
||||
|
||||
Reference in New Issue
Block a user