This commit is contained in:
tuxwarrior
2024-05-01 17:00:36 -05:00
parent 42968f0216
commit 2a4ba7ce21

View File

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