From 37148348d759c169a6615fd9ef35cdad5c5b0bd7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 4 Oct 2020 21:49:59 -0500 Subject: [PATCH] Update 'install-filewatcher.sh' --- install-filewatcher.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 install-filewatcher.sh 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"