Update 'install-filewatcher.sh'

This commit is contained in:
2020-10-04 21:49:59 -05:00
parent 773b8750da
commit 37148348d7

4
install-filewatcher.sh Executable file → Normal file
View File

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