install software-properties-common to add pwntools-binutils ppa on ubuntu

This commit is contained in:
Michael Rodler 2016-06-06 18:23:40 +02:00
parent bc82a62625
commit ad04a445fa
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#!/bin/bash -e
apt-get -y install software-properties-common
apt-add-repository -y ppa:pwntools/binutils
apt-get update
apt-get -y install binutils-.*-linux-gnu libffi-dev libssl-dev

View file

@ -1,5 +1,6 @@
#!/bin/bash -e
apt-get -y install software-properties-common
apt-add-repository -y ppa:pwntools/binutils
apt-get update
apt-get -y install binutils-.*-linux-gnu libffi-dev libssl-dev