mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 22:12:32 +00:00
5 lines
184 B
Bash
Executable file
5 lines
184 B
Bash
Executable file
#!/bin/bash -e
|
|
apt-get install -y ccache cmake make g++-multilib gdb \
|
|
pkg-config libz-dev realpath python-pexpect manpages-dev git zlib1g-dev \
|
|
ninja-build
|
|
./configure-system
|