diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 4fca91b..0c68c76 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -108,7 +108,7 @@ if [ ${operation} == "update" ] ; then echo ${list_aur} > /tmp/list_aur.txt #sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}' #sudo -u ${user} bash -c 'yay' - runuser -l ${user} -c 'ls -al /tmp/list_aur.txt' + runuser -l ${user} -c 'yay -S --needed --noconfirm --timeupdate < /tmp/list_aur.txt' #su ${user} #yay -S --needed --noconfirm --timeupdate ${list_aur}