This commit is contained in:
tuxwarrior
2024-05-01 16:54:56 -05:00
parent 6304507b81
commit d424525540

View File

@@ -105,7 +105,7 @@ if [ ${operation} == "update" ] ; then
if [[ -n "$list_aur" ]] if [[ -n "$list_aur" ]]
then then
runuser -l ${user} -c 'yay -S --needed --noconfirm --timeupdate $list_aur' sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}'
else else
echo "No AUR packages to install" echo "No AUR packages to install"
fi fi