update post install automated

This commit is contained in:
MacRimi 2025-07-06 14:02:24 +02:00
parent d98b68ca65
commit 242dfa6c9e
2 changed files with 0 additions and 7 deletions

View File

@ -72,9 +72,6 @@ confirm_automated_script() {
if [ $response -eq 0 ]; then if [ $response -eq 0 ]; then
bash <(curl -s $REPO_URL/scripts/post_install/auto_post_install.sh) bash <(curl -s $REPO_URL/scripts/post_install/auto_post_install.sh)
echo
msg_success "$(translate 'Press ENTER to continue...')"
read -r _
else else
msg_warn "$(translate "Cancelled by user.")" msg_warn "$(translate "Cancelled by user.")"
sleep 1 sleep 1

View File

@ -842,10 +842,6 @@ run_complete_optimization() {
fi fi
fi fi
msg_success "$(translate "All changes applied. No reboot required.")"
msg_success "$(translate "Press Enter to return to menu...")"
read -r
clear
} }