diff --git a/setup.sh b/setup.sh index 6fd52b5..bdfc584 100644 --- a/setup.sh +++ b/setup.sh @@ -29,7 +29,8 @@ fi # --- Install dependencies --- echo "==> Installing dependencies..." -dnf install -y git-crypt npm +dnf install -y git-crypt +dnf module install -y nodejs:20/common if ! command -v bw &>/dev/null; then echo "==> Installing Bitwarden CLI..."