Sync directory and add python3
Co-authored-by: Chris Gora <34940205+ChrisGora@users.noreply.github.com> Co-authored-by: jack bond-preston <jackbondpreston@outlook.com>
This commit is contained in:
parent
e7b097a399
commit
49e18c82a9
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -1,4 +1,5 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "generic/ubuntu1804"
|
||||
config.vm.provision "shell", path: "init.sh"
|
||||
config.vm.synced_folder "./", "/home/vagrant/cw"
|
||||
end
|
||||
|
5
init.sh
5
init.sh
@ -8,5 +8,10 @@ sudo apt-get --quiet --assume-yes install gdb
|
||||
sudo apt-get --quiet --assume-yes install gcc-multilib
|
||||
sudo apt-get --quiet --assume-yes install zsh
|
||||
|
||||
sudo apt-get --assume-yes --quiet install python3 python3-pip python3-dev git libssl-dev libffi-dev
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install --upgrade pwntools
|
||||
|
||||
sudo apt-get clean
|
||||
|
||||
echo ":)"
|
Loading…
Reference in New Issue
Block a user