Update filewatcher-install.sh

This commit is contained in:
2018-11-29 09:13:38 -06:00
parent 38b7e5ee92
commit 468d5b3628

View File

@@ -24,7 +24,8 @@ 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 -o /opt/filewatcher/filewatcher.sh
cd /opt/filewatcher
do_with_root wget https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/filewatcher.sh
do_with_root chmod +x /opt/filewatcher/filewatcher.sh
do_with_root ln -s /opt/filewatcher/filewatcher.sh /usr/local/bin/filewatcher