We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ba2b7 commit 885a0ccCopy full SHA for 885a0cc
1 file changed
install-osint.sh
@@ -80,4 +80,8 @@ _install_pip 'pip3' '-r /workspace/InstagramOSINT/requirements.txt'
80
_install_git 'https://github.com/dvopsway/datasploit.git'
81
_install_pip 'pip2.7' '--upgrade -r /workspace/datasploit/requirements.txt'
82
83
+# Install editor
84
+_run 'apk add vim'
85
+
86
+# Add Ascii art to bashrc
87
cat ascii-art.sh >> ~/.bashrc
0 commit comments