mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-14 05:14:06 +02:00
If you use a ./test/local directory, you need to create it again: $ make clean bats-build bats-fixture
7 lines
142 B
Bash
Executable file
7 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
|
|
|