From ada0e49b1822bbca92f28322601233fe85db0576 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 18:40:06 -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 ac9d802..c067b2c 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -106,7 +106,8 @@ if [ ${operation} == "update" ] ; then then echo "^^^^^^^^^^^^^^^^^^^^^^^^^ ${list_aur}" - runuser -l ${user} -c 'yay -v' + #runuser -l ${user} -c 'yay -v' + sudo -u ${user} bash -c 'yay -v' #echo ${list_aur} > /tmp/list_aur.txt