mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
root requirements
This commit is contained in:
parent
999ff8efbe
commit
c546670ef7
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
apt-get install build-essential texinfo
|
||||
apt-get -y install build-essential texinfo
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
apt-add-repository -y ppa:pwntools/binutils
|
||||
apt-get update
|
||||
apt-get install binutils-.*-linux-gnu
|
||||
apt-get -y install binutils-.*-linux-gnu
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo apt-get install libsqlite3-dev
|
||||
apt-get -y install libsqlite3-dev
|
||||
|
|
Loading…
Reference in a new issue