diff options
Diffstat (limited to 'update')
-rwxr-xr-x | update | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#!/bin/bash +sudo rm -rf /usr/share/Watcher/* +sudo cp -r ./src/Watcher/* /usr/share/Watcher/ + +sudo cp -r ./src/bin/watcher /usr/local/bin/ +sudo chmod +x /usr/local/bin/watcher +echo "[✔] Updating Finished." |