From f80a633813dd35b56cb89b7ef213c6dec8a8d4ce Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 26 May 2025 13:18:30 +0200 Subject: [PATCH] Update umbrel-os-vm.sh --- vm/umbrel-os-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/umbrel-os-vm.sh b/vm/umbrel-os-vm.sh index 48b83fd..90f8b06 100644 --- a/vm/umbrel-os-vm.sh +++ b/vm/umbrel-os-vm.sh @@ -309,7 +309,7 @@ else fi msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location." msg_ok "Virtual Machine ID is ${CL}${BL}$VMID${CL}." -msg_info "Retrieving the URL for the $NAME Disk Image" +msg_info "Retrieving the URL for the $APP Disk Image" URL="https://download.umbrel.com/release/latest/umbrelos-amd64.img.xz" FILE="$(basename "$URL")" sleep 2