From 6f4365e6331dc8c0acba3ee8f8b66ce7f683f5ee Mon Sep 17 00:00:00 2001 From: "committer@t470p" Date: Wed, 27 Nov 2024 06:00:44 -0500 Subject: [PATCH] / wip --- 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 9a5eb55..ac4d6cf 100755 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -195,7 +195,8 @@ if [ ${operation} == "install" ] ; then if [[ "$parameter" =~ ^aur:* ]]; then echo "Install AUR package '${parameter}'" - sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${parameter}' + echo ${list_aur} > /tmp/list_aur.txt + sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate $(