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 # -----