We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13506d9 commit 7a963a7Copy full SHA for 7a963a7
vm/umbrel-os-vm.sh
@@ -442,7 +442,7 @@ fi
442
443
msg_info "Decompressing $FILE with progress${CL}\n"
444
FILE_IMG="${FILE%.xz}"
445
-SIZE=$(xz --robot -l "$FILE" &>/dev/null | awk -F '\t' '/^totals/ { print $5 }') &>/dev/null
+SIZE=$(xz --robot -l "$FILE" | awk -F '\t' '/^totals/ { print $5 }') &>/dev/null
446
xz -dc "$FILE" | pv -s "$SIZE" -N "Extracting" >"$FILE_IMG"
447
msg_ok "Decompressed to ${CL}${BL}${FILE%.xz}${CL}"
448
0 commit comments