From 881ad13bd87d5206af1e82284c764022485b8aba Mon Sep 17 00:00:00 2001 From: "@xer0dayz" <1N3@hushmail.com> Date: Wed, 1 Jul 2020 12:02:43 -0700 Subject: [PATCH] Updated install.sh console output --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 21e0a7c..440557d 100755 --- a/install.sh +++ b/install.sh @@ -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" \ No newline at end of file +echo -e "$OKBLUE[*]$RESET Done! $RESET" +echo -e "$OKRED[>]$RESET To run, type 'blackwidow'! $RESET" \ No newline at end of file