aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index a9f547f..1e852a2 100755
--- a/install
+++ b/install
@@ -9,7 +9,7 @@ sleep 2s
echo "[*] So let's start installtion process... "
sudo cp -r ./src/Watcher /usr/share/
-cp -r ./src/bin/watcher /usr/local/bin/
+sudo cp -r ./src/bin/watcher /usr/local/bin/
sudo chmod +x /usr/local/bin/watcher
# making directory for log-files (where all you daily logs are stored)