From d979edecf1d7f5bcfc16cbe9ca7111cefc378d68 Mon Sep 17 00:00:00 2001 From: juronja <101410098+juronja@users.noreply.github.com> Date: Fri, 16 Jan 2026 11:16:21 +0000 Subject: [PATCH] Fetching iso list msg --- vm/truenas-vm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/truenas-vm.sh b/vm/truenas-vm.sh index cdbc789b4..7f46ce73d 100644 --- a/vm/truenas-vm.sh +++ b/vm/truenas-vm.sh @@ -296,7 +296,7 @@ function advanced_settings() { fi done - # ISO lookup + msg_info "Fetching iso list from https://download.truenas.com/" ISOARRAY=() while read -r ISOPATH; do FILENAME=$(basename "$ISOPATH") @@ -591,4 +591,4 @@ if [ "$START_VM" == "yes" ]; then msg_ok "Started TrueNAS VM" fi -msg_ok "Completed Successfully! Go to VM console and start installation process.\n" +msg_ok "Completed Successfully!\n"