Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thewickedkarma authored Jun 25, 2021
1 parent e32f4df commit 27a3f04
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
chmod +x *.sh

declare -A osInfo;
osInfo[/etc/redhat-release]=yum
osInfo[/etc/arch-release]=pacman
Expand Down Expand Up @@ -27,5 +29,6 @@ do

done
echo Installation Completed
echo Blackeye will start automtically
echo Or type '\e[101m\e[1;77m./blackeye.sh\e[0m' manually.
echo Blackeye will start automtically.
echo if it does not start, type ./blackeye.sh manually. | lolcat
sleep 5; figlet Blackeye-im && ./blackeye.sh

0 comments on commit 27a3f04

Please sign in to comment.