mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-14 15:02:33 +00:00
7 lines
114 B
Text
7 lines
114 B
Text
|
#!/bin/bash -e
|
||
|
|
||
|
apt-add-repository -y ppa:pwntools/binutils
|
||
|
apt-get update
|
||
|
apt-get install binutils-.*-linux-gnu
|
||
|
|