add dnf upgrade at start of setup to update system packages
This commit is contained in:
@@ -28,6 +28,9 @@ fi
|
|||||||
|
|
||||||
# --- Install dependencies ---
|
# --- Install dependencies ---
|
||||||
|
|
||||||
|
echo "==> Upgrading system packages..."
|
||||||
|
dnf upgrade -y
|
||||||
|
|
||||||
echo "==> Installing dependencies..."
|
echo "==> Installing dependencies..."
|
||||||
dnf install -y git-crypt
|
dnf install -y git-crypt
|
||||||
dnf module install -y nodejs:20/common
|
dnf module install -y nodejs:20/common
|
||||||
|
|||||||
Reference in New Issue
Block a user