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