mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-16 06:14:11 +02:00
* faster reload test * decode-jwt script * replace 'netcat' requirement with python script * fix lapi status test
7 lines
127 B
Bash
Executable file
7 lines
127 B
Bash
Executable file
#!/bin/sh
|
|
unset IFS
|
|
set -euf
|
|
|
|
# coreutils -> for timeout (busybox is not enough)
|
|
sudo apk add python3 go tar procps coreutils
|
|
|