mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
7 lines
142 B
Bash
Executable file
7 lines
142 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
apt-get install -y \
|
|
zlib1g zlib1g-dev \
|
|
libstdc++6 \
|
|
llvm-3.8 llvm-3.8-dev clang-3.8 \
|
|
libedit2 libedit-dev
|