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