mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-08 10:38:47 +00:00
5 lines
89 B
Text
5 lines
89 B
Text
|
#!/bin/bash
|
||
|
set -eu -o pipefail
|
||
|
|
||
|
pacman -Syu --needed --noconfirm boost boost-libs cmake
|