mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-14 22:06:58 +00:00
4 lines
115 B
Bash
Executable file
4 lines
115 B
Bash
Executable file
#!/bin/bash -ex
|
|
set -eu -o pipefail
|
|
|
|
apt-get -y install libevent-dev pkg-config libssl-dev libnet1-dev libpcap-dev
|