mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-16 22:57:01 +00:00
add missing packages
This commit is contained in:
parent
761d378dd9
commit
07b2483bf2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
set -eu -o pipefail
|
||||
|
||||
# for angr
|
||||
apt-get -y install virtualenvwrapper python2.7-dev build-essential libxml2-dev libxslt1-dev git libffi-dev cmake libreadline-dev libtool debootstrap debian-archive-keyring libglib2.0-dev libpixman-1-dev
|
||||
apt-get -y install virtualenvwrapper python2.7-dev build-essential libxml2-dev libxslt1-dev git libffi-dev cmake libreadline-dev libtool debootstrap debian-archive-keyring libglib2.0-dev libpixman-1-dev libqt4-dev graphviz-dev binutils-multiarch nasm libc6:i386 libgcc1:i386 libstdc++6:i386 libtinfo5:i386 zlib1g:i386
|
||||
|
||||
# for angr-management
|
||||
apt-get -y install python-qt4 python-sip python-pygraphviz
|
||||
|
|
Loading…
Add table
Reference in a new issue