Make sure git is installed

This commit is contained in:
Bernhard "bero" Rosenkränzer (Boggins) 2025-01-25 03:44:29 +01:00
parent b95337ab6f
commit 1ebf6ab4d5

View File

@ -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 || :