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}"