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:
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 ":)"
|
Reference in New Issue
Block a user