Make sure htpasswd and openssl are installed

This commit is contained in:
Bernhard "bero" Rosenkränzer (Boggins) 2025-01-22 18:07:25 +01:00
parent ef7aa2b31a
commit 36eb1f0ea4

View File

@ -77,6 +77,8 @@ elif [[ "$ID" = "openmandriva" ]]; then
# Make cronie happy
mkdir -p /root/.cache || :
command -v nc &>/dev/null || dnf -y --refresh install netcat
command -v htpasswd &>/dev/null || dnf -y --refresh install apache-tools
command -v openssl &>/dev/null || dnf -y --refresh install openssl
check_docker
check_os
check_ports