From 0061ee46a0fabd41f332450aca645c41267b28ba Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 17:06:47 -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 752efbc..0604fcd 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -108,7 +108,7 @@ if [ ${operation} == "update" ] ; 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}' - + su ${user} yay -S --needed --noconfirm --timeupdate ${list_aur} #yay -S --needed --noconfirm --timeupdate ${list_aur}