diff --git a/linupx-install.sh b/linupx-install.sh index 6a7894d..7ff2aea 100755 --- a/linupx-install.sh +++ b/linupx-install.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 https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/colors.inc)" +source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/default.inc)" if type apt &>/dev/null; then ATYPE="apt"