mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-14 06:52:36 +00:00
6 lines
155 B
Bash
Executable file
6 lines
155 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
apt-get -y install python-dev libffi-dev build-essential
|
|
|
|
# for angr-management
|
|
apt-get -y install python-qt4 python-sip python-pygraphviz
|