This commit is contained in:
tuxwarrior
2024-05-01 16:56:56 -05:00
parent b0c8612ed8
commit 821b945423

View File

@@ -105,7 +105,7 @@ if [ ${operation} == "update" ] ; then
if [[ -n "$list_aur" ]] if [[ -n "$list_aur" ]]
then then
echo "^^^^^^^^^^^^^^^^^^^^^^^^^" echo "^^^^^^^^^^^^^^^^^^^^^^^^^ ${list_aur}"
sudo -u ${user} bash -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"