diff options
Diffstat (limited to 'install')
-rwxr-xr-x | install | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,8 +1,5 @@ #!/bin/bash - -git clone https://github.com/Waishnav/Watcher -b v2.0 && -cd Watcher -./install +git clone https://github.com/Waishnav/Watcher -b v2.0 && cd Watcher && ./install echo "[✔] First of all Thanks for dropping by!." sleep 1s |