From a76ba8e849a1c31dd86455f424f6cbf5a746181c Mon Sep 17 00:00:00 2001 From: "@xer0dayz" <1n3@hushmail.com> Date: Tue, 30 Jun 2020 14:24:27 -0700 Subject: [PATCH] Fixed issue with python dependencies missing in install.sh --- blackwidow | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blackwidow b/blackwidow index 9b8cdae..9c55196 100755 --- a/blackwidow +++ b/blackwidow @@ -1,5 +1,5 @@ #!/usr/bin/python -# blackwidow by @xer0dayz - Last Updated 20180828 +# blackwidow by @xer0dayz - Last Updated 20200630 # https://xerosecurity.com # diff --git a/install.sh b/install.sh index de57f3c..21e0a7c 100755 --- a/install.sh +++ b/install.sh @@ -30,7 +30,7 @@ echo -e "$OKORANGE + -- --=[ Installing BlackWidow... $RESET" cp -f $PWD/blackwidow /usr/bin/blackwidow cp -f $PWD/injectx.py /usr/bin/injectx.py cp -f $PWD/blackwidow.desktop /usr/share/applications/ -pip3 install -r $PWD/requirements.txt +pip install -r $PWD/requirements.txt echo -e "$OKORANGE + -- --=[ Done! $RESET" echo -e "$OKORANGE + -- --=[ To run, type 'blackwidow'! $RESET" \ No newline at end of file