From 219956ed61ccb256c18fa9e9534ba9a98f831014 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 13 Oct 2018 10:23:35 -0500 Subject: [PATCH] update git install links --- linupx-scripts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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