mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
5 lines
291 B
Bash
Executable file
5 lines
291 B
Bash
Executable file
#!/bin/bash -ex
|
|
set -eu -o pipefail
|
|
|
|
apt-get -y install build-essential gcc g++ make cmake libboost-dev libprotobuf-dev protobuf-compiler libboost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-date-time-dev libboost-regex-dev libboost-all-dev
|
|
|