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
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