mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/mkimage: use pigz when compressing image
This commit is contained in:
parent
d048fdc3dd
commit
9bb0b82aba
@ -325,7 +325,7 @@ fi
|
||||
|
||||
# gzip
|
||||
echo "image: compressing..."
|
||||
gzip -f "${DISK}"
|
||||
pigz --best --force "${DISK}"
|
||||
|
||||
# set owner
|
||||
if [ -n "${SUDO_USER}" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user