From a99b4ded7f7c71c43d6ed1be313f8f47f03aeb68 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 4 Oct 2025 16:22:17 +0200 Subject: [PATCH] Update uninstall-tools.sh --- scripts/post_install/uninstall-tools.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/post_install/uninstall-tools.sh b/scripts/post_install/uninstall-tools.sh index 89a09e2..3eed7be 100644 --- a/scripts/post_install/uninstall-tools.sh +++ b/scripts/post_install/uninstall-tools.sh @@ -865,6 +865,9 @@ show_uninstall_menu() { msg_success "$(translate "Selected optimizations have been uninstalled.")" msg_warn "$(translate "A system reboot is recommended to ensure all changes take effect.")" + echo -e + msg_success "$(translate "Press Enter to continue...")" + read -r if dialog --backtitle "ProxMenux" \ --title "$(translate "Reboot Recommended")" \