We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a013a commit 0c298aeCopy full SHA for 0c298ae
1 file changed
install-osint.sh
@@ -10,15 +10,6 @@ bgred='\e[41m'
10
# Status
11
correct="[\e[1m\e[92;1m ✔ $end]"
12
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
22
23
_install_pip(){
24
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'
46
37
_install_pip '-r sherlock/requirements.txt'
47
38
# Install osrframework
48
39
_run "$(ls -v /usr/local/bin/pip2* | head -n1 || printf 'pip') install osrframework --user"
40
+
41
+cat ascii-art.sh >> ~/.bashrc
0 commit comments