Update umbrel-os-vm.sh

This commit is contained in:
CanbiZ 2025-05-26 11:07:06 +02:00
parent a60dfd0ea8
commit 60711a3559

View File

@ -439,7 +439,6 @@ msg_ok "Virtual Machine ID is ${CL}${BL}$VMID${CL}."
msg_info "Retrieving the URL for the $NAME Disk Image"
URL="https://download.umbrel.com/release/latest/umbrelos-amd64.img.xz"
FILE="$(basename "$URL")"
CHECKSUM_URL="${URL}.sha256"
sleep 2
msg_ok "${CL}${BL}${URL}${CL}"
curl -f#SL -o "$FILE" "$URL"