crowdsec/tests/ansible/vagrant/experimental/alpine-3.16/bootstrap
2022-10-07 16:17:36 +02:00

8 lines
142 B
Bash
Executable file

#!/bin/sh
unset IFS
set -euf
# coreutils -> for timeout (busybox is not enough)
sudo apk add python3 go tar procps netcat-openbsd coreutils