mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
7 lines
217 B
Bash
Executable file
7 lines
217 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
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
|
|
./configure-system
|