diff --git a/bin/install-federated b/bin/install-federated index 8a7c894..b99be8a 100755 --- a/bin/install-federated +++ b/bin/install-federated @@ -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