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