mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
scripts/mkimage: use pigz when compressing image
This commit is contained in:
parent
a4b0706441
commit
3cf175b0b2
@ -318,7 +318,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