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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user