ubports / ubports-installer

A simple tool to install Ubuntu Touch on UBports devices
https://github.com/ubports/ubports-installer/releases
GNU General Public License v3.0
534 stars 119 forks source link

Support for zstd compression #3720

Open z3ntu opened 5 months ago

z3ntu commented 5 months ago

At postmarketOS we're looking to compress our images with zstd instead of xz so that decompression goes much faster.

Ref: https://gitlab.com/postmarketOS/build.postmarketos.org/-/issues/118

Unfortunately it seems like the UBports installer currently doesn't have zstd support, so that would need to be added. Are there any preferred ways to go about this, or shall I just propose some solution?