From ccf5d78491139c50aaf5f6076809525be0465c3a Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Sat, 4 May 2024 13:10:54 -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 a68e8ce..c6590d8 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -107,7 +107,7 @@ if [ ${operation} == "update" ] ; then # using sudo with the -c flag, it does not work to use variables, like `${list_aur}`` # hence the list of aur packages is written to a file, which is used with yay echo ${list_aur} > /tmp/list_aur.txt - sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate - $(