diff --git a/scripts/menus/menu_post_install.sh b/scripts/menus/menu_post_install.sh index 3b6e59d..8d407e0 100644 --- a/scripts/menus/menu_post_install.sh +++ b/scripts/menus/menu_post_install.sh @@ -72,9 +72,6 @@ confirm_automated_script() { if [ $response -eq 0 ]; then bash <(curl -s $REPO_URL/scripts/post_install/auto_post_install.sh) - echo - msg_success "$(translate 'Press ENTER to continue...')" - read -r _ else msg_warn "$(translate "Cancelled by user.")" sleep 1 diff --git a/scripts/post_install/auto_post_install.sh b/scripts/post_install/auto_post_install.sh index abd8fa5..0ce6232 100644 --- a/scripts/post_install/auto_post_install.sh +++ b/scripts/post_install/auto_post_install.sh @@ -842,10 +842,6 @@ run_complete_optimization() { fi fi - msg_success "$(translate "All changes applied. No reboot required.")" - msg_success "$(translate "Press Enter to return to menu...")" - read -r - clear }