mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
scripts/mkimage: force gzip to overwrite target/*.img.gz
This commit is contained in:
committed by
Christian Hewitt
parent
ab0021b78f
commit
e910fb0626
@@ -318,7 +318,7 @@ fi
|
||||
|
||||
# gzip
|
||||
echo "image: compressing..."
|
||||
gzip "${DISK}"
|
||||
gzip -f "${DISK}"
|
||||
|
||||
# set owner
|
||||
if [ -n "${SUDO_USER}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user