diff --git a/linupx-scripts.sh b/linupx-scripts.sh index d3843f3..502b6bf 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -223,7 +223,7 @@ WEBMIN_INSTALL() { case "$choice" in [Yy]) echo "" - bash <(curl -sL https://scity.xyz/webmin) + bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/webmin-install.sh) echo "" echo -e "${Green}Webmin has been Installed${Color_Off}" if [ ${action-x} ]; then exit 0; fi @@ -236,7 +236,7 @@ GLANCES_INSTALL() { case "$choice" in [Yy]) echo "" - bash <(curl -sL https://scity.xyz/glances) + bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/glances-install.sh) echo "" echo -e "${Green}Glances has been Installed${Color_Off}" if [ ${action-x} ]; then exit 0; fi @@ -249,7 +249,7 @@ X11VNC_INSTALL() { case "$choice" in [Yy]) echo "" - bash <(curl -sL https://scity.xyz/vnc-ubuntu) + bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/vnc-install-ubuntu.sh) echo "" echo -e "${Green}Webmin has been Installed${Color_Off}" if [ ${action-x} ]; then exit 0; fi