mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-17 15:01:20 +02:00
5 lines
59 B
Bash
Executable file
5 lines
59 B
Bash
Executable file
#!/bin/sh
|
|
unset IFS
|
|
set -euf
|
|
|
|
sudo apt install -y aptitude
|