Enable cronie, install b2
This commit is contained in:
parent
24df35ac8b
commit
02cfee3708
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user