diff --git a/cc-cleaner.sh b/cc-cleaner.sh index 2fbbea7..dbae84e 100755 --- a/cc-cleaner.sh +++ b/cc-cleaner.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" echo "" diff --git a/install-dsmon.sh b/install-dsmon.sh index 84ba210..319aa30 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Wrapper script for install, for easier execution via URL. -source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" echo "" diff --git a/install-esxipower.sh b/install-esxipower.sh index 6919a95..b700adf 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 http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}" diff --git a/install-filewatcher.sh b/install-filewatcher.sh index 8966b86..6ef4c33 100755 --- a/install-filewatcher.sh +++ b/install-filewatcher.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" if type apt &>/dev/null; then ATYPE="apt" diff --git a/install-mediamanager.sh b/install-mediamanager.sh index c209613..19694d1 100755 --- a/install-mediamanager.sh +++ b/install-mediamanager.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Wrapper script for install, for easier execution via URL. -source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" echo "" diff --git a/install-multicraft.sh b/install-multicraft.sh index dabdba3..b2ea75d 100755 --- a/install-multicraft.sh +++ b/install-multicraft.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -source /dev/stdin <<< "$(curl -sL https://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL https://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL https://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL https://go.scity.us/defaultinc)" # Install: lsb-release diff --git a/install-mysqlbu.sh b/install-mysqlbu.sh index 1e81f79..c4c7bc4 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 http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" echo "" diff --git a/install-nextcloud.ah b/install-nextcloud.ah index c6626d8..c720923 100644 --- a/install-nextcloud.ah +++ b/install-nextcloud.ah @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Wrapper script for install, for easier execution via URL. -source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" echo "" diff --git a/install-nodemgmt.sh b/install-nodemgmt.sh index 506b5ba..09b5b3c 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 http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" echo "" diff --git a/install-powerwall.sh b/install-powerwall.sh index 099e403..5570052 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 http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}" diff --git a/install-unifi-poller b/install-unifi-poller index f4b2429..1165ea3 100644 --- a/install-unifi-poller +++ b/install-unifi-poller @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Wrapper script for install, for easier execution via URL. -source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}" diff --git a/linupx-repo-change.sh b/linupx-repo-change.sh index 7078f35..6711378 100755 --- a/linupx-repo-change.sh +++ b/linupx-repo-change.sh @@ -7,4 +7,4 @@ rm -f /usr/local/bin/runup rm -Rf /opt/ubuntu-upscripts -bash <(curl -sL https://scity.xyz/linupx) +bash <(curl -sL https://go.scity.us/linupx) diff --git a/list-colors.sh b/list-colors.sh index 9f74704..b7c2bae 100755 --- a/list-colors.sh +++ b/list-colors.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash clear -source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" -#source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +#source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" echo "" echo "--------------------------" diff --git a/setup-powerdns.sh b/setup-powerdns.sh index c2066f2..7548015 100755 --- a/setup-powerdns.sh +++ b/setup-powerdns.sh @@ -1,7 +1,7 @@ #!/bin/bash clear -source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" echo echo -e "${idsCL[Yellow]}PowerDNS Master & Slave Setup${idsCL[Default]}" diff --git a/test.sh b/test.sh index 6423522..6273342 100755 --- a/test.sh +++ b/test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" echo 'yes' diff --git a/uninstall-dsmon.sh b/uninstall-dsmon.sh index b4e2f13..4aaf78c 100755 --- a/uninstall-dsmon.sh +++ b/uninstall-dsmon.sh @@ -2,8 +2,8 @@ # Wrapper script for install, for easier execution via URL. -source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" #source /opt/idssys/defaults/colors.inc #source /opt/idssys/defaults/default.inc diff --git a/uninstall-filewatcher.sh b/uninstall-filewatcher.sh index 8d1a4a1..0496efb 100755 --- a/uninstall-filewatcher.sh +++ b/uninstall-filewatcher.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Wrapper script for install, for easier execution via URL. -source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}" diff --git a/uninstall-linupx.sh b/uninstall-linupx.sh index 1ea90ae..3c00649 100755 --- a/uninstall-linupx.sh +++ b/uninstall-linupx.sh @@ -2,8 +2,8 @@ # Wrapper script for install, for easier execution via URL. -source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" #source /opt/idssys/defaults/colors.inc #source /opt/idssys/defaults/default.inc diff --git a/uninstall-mysqlbu.sh b/uninstall-mysqlbu.sh index fd72ec5..eee3202 100755 --- a/uninstall-mysqlbu.sh +++ b/uninstall-mysqlbu.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Wrapper script for install, for easier execution via URL. -source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}" diff --git a/uninstall-nodemgmt.sh b/uninstall-nodemgmt.sh index 8fe40da..64cf6e5 100755 --- a/uninstall-nodemgmt.sh +++ b/uninstall-nodemgmt.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Wrapper script for install, for easier execution via URL. -source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}" diff --git a/vcenter-ssl-update.sh b/vcenter-ssl-update.sh index 7544634..ee10115 100755 --- a/vcenter-ssl-update.sh +++ b/vcenter-ssl-update.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Wrapper script for install, for easier execution via URL. -source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" -source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" +source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}"