From fdad2a087fbe4d4a1ad914eb900cff814c05c428 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 21 Aug 2025 19:39:50 +0200 Subject: [PATCH] Update zimaos.sh --- scripts/vm/zimaos.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/scripts/vm/zimaos.sh b/scripts/vm/zimaos.sh index 55b06bf..35838e5 100644 --- a/scripts/vm/zimaos.sh +++ b/scripts/vm/zimaos.sh @@ -1173,6 +1173,22 @@ ${DISK_INFO} fi fi + +if [ "$ERROR_FLAG" = true ]; then + msg_error "VM created with errors. Check configuration." +else + msg_success "$(translate "Completed Successfully!")" + + echo -e "${TAB}${GN}$(translate "Next Steps:")${CL}" + echo -e "${TAB}1. $(translate "Start the VM")" + echo -e "${TAB}2. $(translate "Open the VM console and wait for the installer to boot")" + echo -e "${TAB}3. $(translate "Complete the ZimaOS installation wizard")" + echo -e + + +fi + + } # ==========================================================