From 91d5a32b3a8f8562c2c932aa3c1154e32a9e7e1b Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 17:05:10 -0500 Subject: [PATCH] u --- scripts/99_software.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 432853a..752efbc 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -107,10 +107,12 @@ if [ ${operation} == "update" ] ; then then echo "^^^^^^^^^^^^^^^^^^^^^^^^^ ${list_aur}" #sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}' - runuser -l ${user} -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}' + #runuser -l ${user} -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}' + + 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 "--------- __ ----------"' else echo "No AUR packages to install" fi