From e557863f4620932f453ebb8202eec01aba00abbb Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 18:19:00 -0500 Subject: [PATCH] u --- scripts/99_software.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index ab6e88f..294e5e8 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -105,7 +105,8 @@ if [ ${operation} == "update" ] ; then if [[ -n "$list_aur" ]] then echo "^^^^^^^^^^^^^^^^^^^^^^^^^ ${list_aur}" - echo ${list_aur} > /tmp/list_aur.txt + + #echo ${list_aur} > /tmp/list_aur.txt su "yay -S --needed --noconfirm --timeupdate ${list_aur}" ${user} #sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate < /tmp/list_aur.txt' @@ -120,7 +121,7 @@ if [ ${operation} == "update" ] ; then #yay -S --needed --noconfirm --timeupdate ${list_aur} #sudo -u ${user} bash -c 'echo "--------- __ ---------- : ${list_aur}"' - echo "FO" + #echo "FO" else echo "No AUR packages to install" fi