diff --git a/lib/functions.sh b/lib/functions.sh index 1e733cc..9adf9a1 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -1450,7 +1450,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 if [ "$USE_PODMAN" = "true" ]; then - dnf -y --refresh install podman podman-compose + dnf -y --refresh install podman podman-compose crun ln -s podman /usr/bin/docker ln -s podman-compose /usr/bin/docker-compose systemctl --user start podman.socket