mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-15 06:17:00 +00:00
5 lines
410 B
Bash
Executable file
5 lines
410 B
Bash
Executable file
#!/bin/bash -ex
|
|
set -eu -o pipefail
|
|
|
|
apt-get -y install libssl-dev build-essential python3-dev python3-pip debootstrap libjpeg-dev zlib1g-dev unzip wget graphviz software-properties-common libgmp-dev llvm-19-dev time ocaml ocaml-native-compilers camlp4-extra opam clang python3-virtualenv wget flex bison libtool automake autoconf autotools-dev pkg-config libglib2.0-dev libevent-dev
|
|
apt-get -y build-dep qemu
|