diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 1a3363a..451229f 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -106,7 +106,8 @@ if [ ${operation} == "update" ] ; then if [[ -n "$list_aur" ]] then echo "^^^^^^^^^^^^^^^^^^^^^^^^^ ${list_aur}" - sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}' +# sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}' + sudo -u ${user} bash -c 'echo "--------- __ ----------"' else echo "No AUR packages to install" fi