From b45b83a253d83ae26e3db364fea99038c909c51b Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 16:51:12 -0500 Subject: [PATCH] + yay install of aur: packages --- scripts/99_software.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 801cb20..39af12b 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -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 # -----