From 756885cef50dd3dbec96e89e1c928f0970441659 Mon Sep 17 00:00:00 2001 From: Waishnav Deore <86405648+Waishnav@users.noreply.github.com> Date: Wed, 16 Mar 2022 08:39:08 +0530 Subject: Update install --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3