From 821b945423bdab40f0602c8b44a2d46415325134 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 16:56:56 -0500 Subject: [PATCH] u --- scripts/99_software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 9e1ef81..1a3363a 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -105,7 +105,7 @@ if [ ${operation} == "update" ] ; then if [[ -n "$list_aur" ]] then - echo "^^^^^^^^^^^^^^^^^^^^^^^^^" + echo "^^^^^^^^^^^^^^^^^^^^^^^^^ ${list_aur}" sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}' else echo "No AUR packages to install"