Make sure htpasswd and openssl are installed
This commit is contained in:
parent
ef7aa2b31a
commit
36eb1f0ea4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user