diff --git a/bin/install-federated b/bin/install-federated index b99be8a..379c3a3 100755 --- a/bin/install-federated +++ b/bin/install-federated @@ -73,6 +73,7 @@ if [[ "$NAME" = "Ubuntu" ]]; then check_ports elif [[ "$ID" = "openmandriva" ]]; then command -v dig &>/dev/null || dnf -y --refresh install bind-utils + command -v git &>/dev/null || dnf -y --refresh install git-core command -v crontab &>/dev/null || dnf -y --refresh install cronie # Make cronie happy mkdir -p /root/.cache || :