aboutsummaryrefslogtreecommitdiff
path: root/update
diff options
context:
space:
mode:
Diffstat (limited to 'update')
-rwxr-xr-xupdate7
1 files changed, 7 insertions, 0 deletions
diff --git a/update b/update
new file mode 100755
index 0000000..d932630
--- /dev/null
+++ b/update
@@ -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."