diff --git a/scripts/99_software.sh b/scripts/99_software.sh index b50094d..9e1ef81 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -105,6 +105,7 @@ if [ ${operation} == "update" ] ; then if [[ -n "$list_aur" ]] then + echo "^^^^^^^^^^^^^^^^^^^^^^^^^" sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}' else echo "No AUR packages to install"