Remove old npm from dnf install

- Only install modern Node.js 20 + npm from NodeSource
- Avoid conflict between old and new npm versions
This commit is contained in:
Dominik Moritz Roth 2025-08-18 21:47:39 +02:00
parent 12fe681efa
commit dc0c37c40d

View File

@ -158,7 +158,7 @@ fi
echo "[+] Installing additional packages..."
dnf install -y \
clevis clevis-luks tpm2-tools tpm2-tss \
tmux neovim python3-pip python3.13 npm \
tmux neovim python3-pip python3.13 \
tree gcc make autoconf automake tar bzip2 || exit 1