2016-06-06 13:11:08 +00:00
|
|
|
#!/bin/bash -e
|
|
|
|
|
2016-06-06 16:23:40 +00:00
|
|
|
apt-get -y install software-properties-common
|
2016-06-06 13:11:08 +00:00
|
|
|
apt-add-repository -y ppa:pwntools/binutils
|
|
|
|
apt-get update
|
|
|
|
apt-get -y install binutils-.*-linux-gnu libffi-dev libssl-dev
|