From dc0c37c40d4ddaaca5be856b265b93add6142619 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 18 Aug 2025 21:47:39 +0200 Subject: [PATCH] Remove old npm from dnf install - Only install modern Node.js 20 + npm from NodeSource - Avoid conflict between old and new npm versions --- post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index 71d69f1..07d5e61 100755 --- a/post-install.sh +++ b/post-install.sh @@ -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