From 02cfee3708fc10b1d4bd438b5bac75661fd2469e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Sat, 22 Feb 2025 20:39:36 +0100 Subject: [PATCH] Enable cronie, install b2 --- bin/install-federated | 1 + lib/functions.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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