Skip to content

Commit

Permalink
Updated install.sh console output
Browse files Browse the repository at this point in the history
  • Loading branch information
1N3 committed Jul 1, 2020
1 parent a76ba8e commit 881ad13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ echo -e "$OKRED + -- --=[ https://xerosecurity.com $RESET"
echo -e "$OKRED + -- --=[ blackwidow $RESET"
echo ""

echo -e "$OKORANGE + -- --=[ Installing BlackWidow... $RESET"
echo -e "$OKBLUE[*]$RESET 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

echo -e "$OKORANGE + -- --=[ Done! $RESET"
echo -e "$OKORANGE + -- --=[ To run, type 'blackwidow'! $RESET"
echo -e "$OKBLUE[*]$RESET Done! $RESET"
echo -e "$OKRED[>]$RESET To run, type 'blackwidow'! $RESET"

0 comments on commit 881ad13

Please sign in to comment.