mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 07:07:10 +00:00
install software-properties-common to add pwntools-binutils ppa on ubuntu
This commit is contained in:
parent
bc82a62625
commit
ad04a445fa
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue