From 44966f5a68c8eea448cc55fa1ec52263536dc608 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 26 Mar 2025 17:26:34 +0100 Subject: [PATCH] Update customizable_post_install.sh --- scripts/customizable_post_install.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/customizable_post_install.sh b/scripts/customizable_post_install.sh index 7d96baf..01f12ba 100644 --- a/scripts/customizable_post_install.sh +++ b/scripts/customizable_post_install.sh @@ -2679,6 +2679,8 @@ for index in "${!sorted_options[@]}"; do /usr/bin/env DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::='--force-confdef' autoremove >/dev/null 2>&1 /usr/bin/env DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::='--force-confdef' autoclean >/dev/null 2>&1 msg_ok "$(translate "Cleanup finished")" + msg_success "$(translate "Press Enter to continue...")" + read -r msg_warn "$(translate "Rebooting the system...")" reboot else @@ -2687,11 +2689,16 @@ for index in "${!sorted_options[@]}"; do /usr/bin/env DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::='--force-confdef' autoclean >/dev/null 2>&1 msg_ok "$(translate "Cleanup finished")" msg_info2 "$(translate "You can reboot later manually.")" + msg_success "$(translate "Press Enter to continue...")" + read -r exit 0 fi fi msg_success "$(translate "All changes applied. No reboot required.")" + msg_success "$(translate "Press Enter to return to menu...")" + read -r + else exit 0 fi