From d597f65ffc6bcd8c4935db6f44e0b1afd372c960 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Jun 2021 15:42:34 -0500 Subject: [PATCH] update urls links --- install-esxipower.sh | 4 ++-- install-filewatcher.sh | 4 ++-- install-linupx.sh | 4 ++-- install-mysqlbu.sh | 4 ++-- install-nodemgmt.sh | 4 ++-- install-powerwall.sh | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) mode change 100644 => 100755 install-filewatcher.sh mode change 100644 => 100755 install-linupx.sh diff --git a/install-esxipower.sh b/install-esxipower.sh index 786e197..6919a95 100755 --- a/install-esxipower.sh +++ b/install-esxipower.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Wrapper script for install, for easier execution via URL. -source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/colors.inc)" -source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/default.inc)" +source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}" diff --git a/install-filewatcher.sh b/install-filewatcher.sh old mode 100644 new mode 100755 index ed419e4..8966b86 --- a/install-filewatcher.sh +++ b/install-filewatcher.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/iDS-Defaults/raw/branch/master/colors.inc)" -source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/iDS-Defaults/raw/branch/master/default.inc)" +source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" if type apt &>/dev/null; then ATYPE="apt" diff --git a/install-linupx.sh b/install-linupx.sh old mode 100644 new mode 100755 index f2ea258..720fd1a --- a/install-linupx.sh +++ b/install-linupx.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Wrapper script for install, for easier execution via URL. -source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/colors.inc)" -source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/default.inc)" +source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}" diff --git a/install-mysqlbu.sh b/install-mysqlbu.sh index 8b22187..53621eb 100755 --- a/install-mysqlbu.sh +++ b/install-mysqlbu.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Wrapper script for install, for easier execution via URL. -source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/colors.inc)" -source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/default.inc)" +source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" echo "" diff --git a/install-nodemgmt.sh b/install-nodemgmt.sh index b12230e..506b5ba 100755 --- a/install-nodemgmt.sh +++ b/install-nodemgmt.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Wrapper script for install, for easier execution via URL. -source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/colors.inc)" -source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/default.inc)" +source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" echo "" diff --git a/install-powerwall.sh b/install-powerwall.sh index 9690a81..099e403 100755 --- a/install-powerwall.sh +++ b/install-powerwall.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Wrapper script for install, for easier execution via URL. -source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/colors.inc)" -source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/default.inc)" +source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}"