Fetching iso list msg
This commit is contained in:
parent
42b192272d
commit
d979edecf1
@ -296,7 +296,7 @@ function advanced_settings() {
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# ISO lookup
|
msg_info "Fetching iso list from https://download.truenas.com/"
|
||||||
ISOARRAY=()
|
ISOARRAY=()
|
||||||
while read -r ISOPATH; do
|
while read -r ISOPATH; do
|
||||||
FILENAME=$(basename "$ISOPATH")
|
FILENAME=$(basename "$ISOPATH")
|
||||||
@ -591,4 +591,4 @@ if [ "$START_VM" == "yes" ]; then
|
|||||||
msg_ok "Started TrueNAS VM"
|
msg_ok "Started TrueNAS VM"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
msg_ok "Completed Successfully! Go to VM console and start installation process.\n"
|
msg_ok "Completed Successfully!\n"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user