mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
Adding a few more required packages
This commit is contained in:
parent
5584111938
commit
c24a549e66
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
# for angr
|
||||
apt-get -y install virtualenvwrapper python2.7-dev build-essential libxml2-dev libxslt1-dev git libffi-dev cmake libreadline-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
|
||||
|
||||
# for angr-management
|
||||
apt-get -y install python-qt4 python-sip python-pygraphviz
|
||||
|
|
Loading…
Reference in a new issue