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