Prefer netcat-openbsd over netcat-gnu and netcat-traditional
This commit is contained in:
parent
34f287a85e
commit
4571d16f02
@ -77,7 +77,7 @@ elif [[ "$ID" = "openmandriva" ]]; then
|
||||
command -v crontab &>/dev/null || dnf -y --refresh install cronie
|
||||
# Make cronie happy
|
||||
mkdir -p /root/.cache || :
|
||||
command -v nc &>/dev/null || dnf -y --refresh install netcat
|
||||
command -v nc &>/dev/null || dnf -y --refresh install netcat-openbsd
|
||||
command -v htpasswd &>/dev/null || dnf -y --refresh install apache-tools
|
||||
command -v openssl &>/dev/null || dnf -y --refresh install openssl
|
||||
check_docker
|
||||
|
Loading…
x
Reference in New Issue
Block a user