diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 752efbc..0604fcd 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -108,7 +108,7 @@ if [ ${operation} == "update" ] ; then echo "^^^^^^^^^^^^^^^^^^^^^^^^^ ${list_aur}" #sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}' #runuser -l ${user} -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}' - + su ${user} yay -S --needed --noconfirm --timeupdate ${list_aur} #yay -S --needed --noconfirm --timeupdate ${list_aur}