Update filewatcher-install.sh

This commit is contained in:
2018-11-29 09:08:08 -06:00
parent f85c1c95b8
commit d276a2f3f8

View File

@@ -24,7 +24,7 @@ echo -e "${CS[color,LightGreen]}Filewatcher Installation Script${CS[color,Defaul
do_with_root $APTFUNC -y install inotify-tools
do_with_root set -eu
do_with_root mkdir /opt/filewatcher
do_with_root wget https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/filewatcher.sh /opt/filewatcher/filewatcher.sh
do_with_root wget https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/filewatcher.sh -o /opt/filewatcher/filewatcher.sh
do_with_root chmod +x /opt/filewatcher/filewatcher.sh
do_with_root ln -s /opt/filewatcher/filewatcher.sh /usr/local/bin/filewatcher