From 2a4ba7ce21cb0580eba518709bc8fd3c547c1fe5 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 17:00:36 -0500 Subject: [PATCH] u --- scripts/99_software.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 451229f..e65fad5 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -106,7 +106,8 @@ if [ ${operation} == "update" ] ; then if [[ -n "$list_aur" ]] then echo "^^^^^^^^^^^^^^^^^^^^^^^^^ ${list_aur}" -# sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}' + sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}' + #yay -S --needed --noconfirm --timeupdate ${list_aur} sudo -u ${user} bash -c 'echo "--------- __ ----------"' else echo "No AUR packages to install"