From 07f7978cb6906d864a3f8d39b5e706b560322a40 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 3 May 2023 21:44:34 +0200 Subject: [PATCH] Fix broken `nodejs-n` installation --- scripts/Arch/Collections/personal.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index 69bfd0b06..782cfee4d 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -95,8 +95,8 @@ yay --noconfirm -Syu \ godot-mono-bin; # Node.js -yay -Syu nodejs-n; -n install latest; +yay --noconfirm -Syu nodejs-n; +sudo n install latest; # Python yay --noconfirm -Syu \