mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-17 23:03:56 +02:00
5 lines
55 B
Bash
Executable file
5 lines
55 B
Bash
Executable file
#!/bin/sh
|
|
unset IFS
|
|
set -euf
|
|
|
|
sudo pkg install python3
|