diff options
Diffstat (limited to 'install.bash')
-rw-r--r-- | install.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.bash b/install.bash index 75bc26a..18c8167 100644 --- a/install.bash +++ b/install.bash @@ -1,5 +1,5 @@ sudo cp -r ./src/Watcher /usr/share/ -cp -r ./src/bin/watcher ~/.local/share/bin/ +cp -r ./src/bin/watcher ~/.local/bin/ sudo chmod +x ~/.local/bin/watcher cp -r ./src/service/watcher.service ~/.config/systemd/user/ systemctl --user enable watcher.service |