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