crowdsec/test/ansible/vagrant/experimental/alpine-3.16/bootstrap
mmetc a19748ae35
Rename directory "tests" to "test" (#2094)
If you use a ./test/local directory, you need to create it again:
$ make clean bats-build bats-fixture
2023-03-03 15:54:49 +01: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