update urls links

This commit is contained in:
2021-06-26 15:42:34 -05:00
parent 30ad1a53c8
commit d597f65ffc
6 changed files with 12 additions and 12 deletions

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

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
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)"
source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)"
source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)"
if type apt &>/dev/null; then
ATYPE="apt"