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