From 427e59d3acdff091c0f6b1476895a9a083c30ce5 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 16:04:05 -0500 Subject: [PATCH] u --- scripts/99_software.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index f544b66..801cb20 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -96,9 +96,7 @@ if [ ${operation} == "update" ] ; then if [[ -n "$list" ]] then - echo "--------------->" - echo $list - #pacman -S --needed --noconfirm $list + pacman -S --needed --noconfirm $list else echo "No Arch packages to install" fi