Skip to content

Commit

Permalink
Fixed issue with python dependencies missing in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
1N3 committed Jun 30, 2020
1 parent 42e343f commit a76ba8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blackwidow
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/python
# blackwidow by @xer0dayz - Last Updated 20180828
# blackwidow by @xer0dayz - Last Updated 20200630
# https://xerosecurity.com
#

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a76ba8e

Please sign in to comment.