This commit is contained in:
tuxwarrior
2024-05-01 16:55:40 -05:00
parent d424525540
commit b0c8612ed8

View File

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