mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 15:17:12 +00:00
5 lines
196 B
Bash
Executable file
5 lines
196 B
Bash
Executable file
#!/bin/bash -e
|
|
dnf install -y \
|
|
ccache cmake make gcc gcc-c++ gdb \
|
|
glibc-devel glibc-devel.i686 libstdc++-devel libstdc++-devel.i686 zlib-devel \
|
|
python-pexpect man-pages ninja-build
|