From d5c709a55607da5ab56654d7341fa88d5f718c97 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 24 Mar 2024 19:22:53 +0100 Subject: [PATCH] Install `nodejs` as preparation --- scripts/Arch/Collections/personal.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index 4698674d..8bcca284 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -120,6 +120,8 @@ yay --noconfirm -Rs typescript || true; yay --noconfirm -Rs yarn || true; yay --noconfirm -Rs nodejs || true; +yay --noconfirm -Syu nodejs; + yay --noconfirm -Syu \ bitwarden \ keepass \ @@ -141,6 +143,8 @@ yay --noconfirm -Syu \ yubikey-manager-qt \ ; +yay --noconfirm -Rs nodejs || true; + yay --noconfirm -Syu \ blackbox-terminal \ || \