mirror of
https://github.com/NohamR/assets.git
synced 2026-05-24 20:00:15 +00:00
237 B
237 B
Compression
Files are compressed using xz with the –best flag and the extreme preset
tar -cvf archive.tar folder_or_file
xz -9e archive.tar
Decompression
xz -d Nightly_aarch64.tar.xz
tar -xvf archive.tar