Skip to content

Commit 0c298ae

Browse files
committed
Refatoring banner
1 parent c8a013a commit 0c298ae

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

install-osint.sh

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ bgred='\e[41m'
1010
# Status
1111
correct="[\e[1m\e[92;1m ✔ $end]"
1212
incorrect="[\e[1m\e[91;1m ✘ $end]"
13-
# Arts
14-
banner="$(cat ./ascii-art)"
15-
16-
echo "$banner" | while read line
17-
do
18-
printf "$yellow$line$end\r"
19-
sleep 0.01
20-
echo -e "\e[38;5;202;1m$line$end"
21-
done
2213

2314
_install_pip(){
2415
pip_version="$(ls -v /usr/local/bin/pip* | tail -n1 || printf 'pip')"
@@ -46,3 +37,5 @@ _install_git 'https://github.com/sherlock-project/sherlock.git'
4637
_install_pip '-r sherlock/requirements.txt'
4738
# Install osrframework
4839
_run "$(ls -v /usr/local/bin/pip2* | head -n1 || printf 'pip') install osrframework --user"
40+
41+
cat ascii-art.sh >> ~/.bashrc

0 commit comments

Comments
 (0)