From 68552e4ad993d2b25bcf14c0d22d7139313072a5 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 17:45:56 -0500 Subject: [PATCH] u --- scripts/99_software.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 0604fcd..a567e28 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -107,12 +107,13 @@ if [ ${operation} == "update" ] ; then then echo "^^^^^^^^^^^^^^^^^^^^^^^^^ ${list_aur}" #sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}' + sudo -u ${user} bash -c 'yay' #runuser -l ${user} -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}' - su ${user} - yay -S --needed --noconfirm --timeupdate ${list_aur} + #su ${user} + #yay -S --needed --noconfirm --timeupdate ${list_aur} #yay -S --needed --noconfirm --timeupdate ${list_aur} - #sudo -u ${user} bash -c 'echo "--------- __ ----------"' + sudo -u ${user} bash -c 'echo "--------- __ ----------" ${list_aur}' else echo "No AUR packages to install" fi