From 88642edbf53c78c7742f918081baab9b2efc6f45 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 17:53:57 -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 9d61575..7c2a9d0 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -113,7 +113,7 @@ if [ ${operation} == "update" ] ; then #yay -S --needed --noconfirm --timeupdate ${list_aur} #yay -S --needed --noconfirm --timeupdate ${list_aur} - sudo -u ${user} bash -c 'echo "--------- __ ----------" ${list_aur}' + sudo -u ${user} bash -c 'echo "--------- __ ---------- : ${list_aur}"' else echo "No AUR packages to install" fi