add dnf upgrade at start of setup to update system packages

This commit is contained in:
2026-03-13 12:45:27 -04:00
parent 4fea2e7510
commit bb371a53c4
+3
View File
@@ -28,6 +28,9 @@ fi
# --- Install dependencies ---
echo "==> Upgrading system packages..."
dnf upgrade -y
echo "==> Installing dependencies..."
dnf install -y git-crypt
dnf module install -y nodejs:20/common