Prefer netcat-openbsd over netcat-gnu and netcat-traditional

This commit is contained in:
Bernhard "bero" Rosenkränzer (Boggins) 2025-01-25 19:05:52 +01:00
parent 34f287a85e
commit 4571d16f02

View File

@ -77,7 +77,7 @@ elif [[ "$ID" = "openmandriva" ]]; then
command -v crontab &>/dev/null || dnf -y --refresh install cronie command -v crontab &>/dev/null || dnf -y --refresh install cronie
# Make cronie happy # Make cronie happy
mkdir -p /root/.cache || : 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 htpasswd &>/dev/null || dnf -y --refresh install apache-tools
command -v openssl &>/dev/null || dnf -y --refresh install openssl command -v openssl &>/dev/null || dnf -y --refresh install openssl
check_docker check_docker