mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update umbrel-os-vm.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user