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 $(