+ yay install of aur: packages

This commit is contained in:
tuxwarrior
2024-05-01 16:51:12 -05:00
parent 385c4fbad2
commit b45b83a253

View File

@@ -103,14 +103,11 @@ if [ ${operation} == "update" ] ; then
if [[ -n "$list_aur" ]]
then
echo "--------------->"
echo $list_aur
#pacman -S --needed --noconfirm $list
yay -S --needed --noconfirm --timeupdate $list_aur
else
echo "No AUR packages to install"
fi
fi
# -----