Update umbrel-os-vm.sh
This commit is contained in:
parent
e57b024506
commit
dab542a9f5
@ -448,7 +448,7 @@ if ! command -v pv &>/dev/null; then
|
||||
apt-get update &>/dev/null && apt-get install -y pv &>/dev/null
|
||||
fi
|
||||
|
||||
msg_info "Decompressing $FILE with progress"
|
||||
msg_info "Decompressing $FILE with progress${CL}"
|
||||
FILE_IMG="${FILE%.xz}"
|
||||
SIZE=$(xz --robot -l "$FILE" | awk -F '\t' '/^totals/ { print $5 }')
|
||||
xz -dc "$FILE" | pv -s "$SIZE" -N "Extracting" >"$FILE_IMG"
|
||||
|
Loading…
x
Reference in New Issue
Block a user