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:
Liam Dalgarno
2020-11-25 14:52:07 +00:00
parent e7b097a399
commit 49e18c82a9
2 changed files with 6 additions and 0 deletions

View File

@ -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 ":)"