This commit is contained in:
tuxwarrior
2024-05-01 16:58:10 -05:00
parent 821b945423
commit 42968f0216

View File

@@ -106,7 +106,8 @@ if [ ${operation} == "update" ] ; then
if [[ -n "$list_aur" ]]
then
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}'
sudo -u ${user} bash -c 'echo "--------- __ ----------"'
else
echo "No AUR packages to install"
fi