From efce291019cb39c3f7c10831398bc15692c06330 Mon Sep 17 00:00:00 2001 From: "committer@t470p" Date: Wed, 27 Nov 2024 06:10:21 -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 f67c3ff..35e2997 100755 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -196,7 +196,8 @@ if [ ${operation} == "install" ] ; then if [[ "$parameter" =~ ^aur:* ]]; then parameter=${parameter:4} echo "Install AUR package '${parameter}'" - sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${parameter}' + echo ${parameter} > /tmp/list_aur.txt + sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate $(