From c824c04e577bb85b6f49b66a84517f03f21203d5 Mon Sep 17 00:00:00 2001 From: AnilMandliya Date: Tue, 6 Dec 2022 12:00:04 +0530 Subject: [./install] BugFix. The script was recursively calling itself --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index 310071d..76533b5 100755 --- a/install +++ b/install @@ -1,5 +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 echo "[✔] First of all Thanks for dropping by!." sleep 1s -- cgit v1.2.3