mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 15:17:12 +00:00
4 lines
165 B
Bash
Executable file
4 lines
165 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
|