We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a919e55 commit 0a8f552Copy full SHA for 0a8f552
Vagrant/bootstrap/bootstrap.sh
@@ -1,6 +1,5 @@
1
#!/usr/bin/env bash
2
3
-
4
echo "Yolosploit configurator 2.42"
5
sudo apt-get --yes update
6
sudo apt-get --yes upgrade
@@ -10,7 +9,7 @@ wget --quiet https://downloads.metasploit.com/data/releases/metasploit-latest-li
10
9
chmod +x metasploit-latest-linux-x64-installer.run
11
sudo ./metasploit-latest-linux-x64-installer.run --unattendedmodeui none --prefix /opt/msf --mode unattended
12
13
-echo "Installing pyhton2"
+echo "Installing python2"
14
sudo apt-get --yes install python python-pip python-virtualenv git
15
16
sudo apt-get --yes install fish
0 commit comments