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
|
read -n 1 -p "Are you sure you wish to install Webmin (y/n)?" choice
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
[Yy])
|
[Yy])
|
||||||
|
echo ""
|
||||||
bash <(curl -sL https://scity.xyz/webmin)
|
bash <(curl -sL https://scity.xyz/webmin)
|
||||||
echo ""
|
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
|
if [ ${action-x} ]; then exit 0; fi
|
||||||
read -n 1 -s -p "Press any key to continue"
|
read -n 1 -s -p "Press any key to continue"
|
||||||
exit 0;;
|
exit 0;;
|
||||||
|
|||||||
Reference in New Issue
Block a user