diff --git a/install-filewatcher.sh b/install-filewatcher.sh old mode 100755 new mode 100644 index 8966b86..ed419e4 --- 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 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)" if type apt &>/dev/null; then ATYPE="apt"