mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-10 20:05:55 +02:00
If you use a ./test/local directory, you need to create it again: $ make clean bats-build bats-fixture
6 lines
135 B
Bash
Executable file
6 lines
135 B
Bash
Executable file
#!/bin/sh
|
|
unset IFS
|
|
set -euf
|
|
|
|
sudo pkg_add -u
|
|
sudo pkg_add python-3.9.13 py3-pip gcc-11.2.0p2 openssl-3.0.3p0 gtar-1.34 truncate-5.2.1
|