update git install links

This commit is contained in:
2018-10-13 10:23:35 -05:00
parent 93ccd4341b
commit 219956ed61

View File

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