diff --git a/bin/install-federated b/bin/install-federated index 6cc8527..7d45981 100755 --- a/bin/install-federated +++ b/bin/install-federated @@ -77,6 +77,7 @@ elif [[ "$ID" = "openmandriva" ]]; then command -v dig &>/dev/null || dnf -y install bind-utils command -v git &>/dev/null || dnf -y install git-core command -v crontab &>/dev/null || dnf -y install cronie + systemctl enable --now cronie # Make cronie happy mkdir -p /root/.cache || : command -v nc &>/dev/null || dnf -y install netcat-openbsd diff --git a/lib/functions.sh b/lib/functions.sh index ece3305..42c9887 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -1447,7 +1447,7 @@ EOF elif [ "$OSRELEASE" = "openmandriva" ]; then - dnf -y --refresh install curl traefik-certs-dumper duplicity duplicity-backend-b2 duplicity-backend-local duplicity-backend-s3_boto3 duplicity-backend-ssh_paramiko + dnf -y --refresh install curl traefik-certs-dumper duplicity duplicity-backend-b2 duplicity-backend-local duplicity-backend-s3_boto3 duplicity-backend-ssh_paramiko python-b2 if [ "$USE_PODMAN" = "true" ]; then dnf -y --refresh install podman podman-compose crun iptables # We want to run a real DNS, can't block port 53