From 00e4bdac2b813c5c216787fe20a85b72e13a1fd2 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 24 Mar 2024 21:38:51 +0100 Subject: [PATCH] Remove unnecessary statement --- scripts/Arch/Collections/personal.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index 8bcca284..3b51f84b 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -118,7 +118,6 @@ source "../Software/Pennywise/install.sh"; # Tools yay --noconfirm -Rs typescript || true; yay --noconfirm -Rs yarn || true; -yay --noconfirm -Rs nodejs || true; yay --noconfirm -Syu nodejs;