We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6381f49 commit a1c3dfcCopy full SHA for a1c3dfc
1 file changed
install-osint.sh
@@ -1,4 +1,4 @@
1
-#!/usr/bin/sh
+#!/usr/bin/bash
2
3
# Fix problems of directories
4
here="`dirname "$0"`"
@@ -79,6 +79,9 @@ _install_pip 'pip3' '-r /workspace/InstagramOSINT/requirements.txt'
79
# Install Datasploit
80
_install_git 'https://github.com/dvopsway/datasploit.git'
81
_install_pip 'pip2.7' '--upgrade -r /workspace/datasploit/requirements.txt'
82
+# Install Cloudfail
83
+_install_git 'https://github.com/m0rtem/CloudFail.git'
84
+_install_pip 'pip3' '-r /workspace/Cloudfail/requirements.txt'
85
86
# Install editor
87
_run 'apk add vim'
0 commit comments