mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 23:27:18 +00:00
4 lines
147 B
Bash
Executable file
4 lines
147 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
dnf install -y zlib zlib-devel libstdc++-devel libstdc++ libstdc++-static \
|
|
llvm-3.5.0 llvm-devel-3.5.0 libedit libedit-devel
|