Commit 0bb9c19e authored by Lorenzo Martinico's avatar Lorenzo Martinico

Override previous NayuOS build image

If two NayuOS images are built on the same day, the second one will not get zipped. The -f flag in gzip can be used to overwrite the previous image

/reviewed-on !336
parent fdc9120a
...@@ -356,7 +356,7 @@ for hashfunction in md5sum sha1sum sha256sum sha512sum; do ...@@ -356,7 +356,7 @@ for hashfunction in md5sum sha1sum sha256sum sha512sum; do
done done
for file in $(ls *.img); do for file in $(ls *.img); do
gzip -9 ${file} gzip -9 -f ${file}
done done
exit 0 exit 0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment