mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 15:17:12 +00:00
adding missing packages
This commit is contained in:
parent
4760669b78
commit
4eb2ed7555
1 changed files with 3 additions and 1 deletions
|
@ -2,4 +2,6 @@
|
|||
set -eu -o pipefail
|
||||
|
||||
apt-get -y install nasm libssl-dev libpcap-dev subversion curl \
|
||||
autoconf libtool libc++-dev llvm-3.3-dev clang-3.3 unzip
|
||||
autoconf libtool libc++-dev llvm-3.3-dev clang-3.3 unzip \
|
||||
protobuf-c-compiler protobuf-compiler libprotobuf-dev pkg-config \
|
||||
libglib2.0-dev libdwarf-dev
|
||||
|
|
Loading…
Add table
Reference in a new issue