From 81045922de832e7cd68b6628cb142795dd341383 Mon Sep 17 00:00:00 2001 From: Syed Umar Arfeen <18597330+Anon-Exploiter@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:05:49 +0500 Subject: [PATCH] Not going up one directory since; already in main --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 0c16dd9..f8bfaca 100755 --- a/install.sh +++ b/install.sh @@ -177,7 +177,6 @@ pip3 install -r $PLUGINS_DIR/gitGraber/requirements.txt pip3 install -r $PLUGINS_DIR/censys-subdomain-finder/requirements.txt pip3 install -r $PLUGINS_DIR/dnscan/requirements.txt pip3 install py-altdns -cd .. cd massdns make && make install cd ..