add end message

This commit is contained in:
Tobias Powalowski 2023-08-03 16:04:32 +02:00
parent 02b3bba52a
commit d96d420043

View file

@ -175,6 +175,8 @@ if [[ ! -e "/var/cache/pacman/pkg/archboot.db" ]] &&\
if [[ -n "${_UPDATE_ENVIRONMENT}" ]]; then if [[ -n "${_UPDATE_ENVIRONMENT}" ]]; then
_run_update_environment _run_update_environment
fi fi
_dialog --title " Pacman Configuration " --no-mouse --infobox "Pacman configuration completed successfully." 3 60
sleep 2
rm /.new_kernel rm /.new_kernel
fi fi
_cleanup _cleanup