Fix bash format and Makefile bug
[icn.git] / tools / setup_build_machine.sh
1 #!/usr/bin/env bash
2
3 apt update
4 apt install -y mkisofs coreutils
5 # for QAT
6 apt install -y g++ pkg-config libelf-dev libssl1.0-dev pciutils-dev
7