Skip to content

Commit

Permalink
Updated python2->python3 in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
1N3 committed Jun 22, 2020
1 parent cecde2f commit 42e343f
Showing 1 changed file with 1 addition and 1 deletion.
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/
pip install -r $PWD/requirements.txt
pip3 install -r $PWD/requirements.txt

echo -e "$OKORANGE + -- --=[ Done! $RESET"
echo -e "$OKORANGE + -- --=[ To run, type 'blackwidow'! $RESET"

0 comments on commit 42e343f

Please sign in to comment.