Files
assets/README.md
√(noham)² 002f797635 push
2025-02-19 17:40:06 +01:00

237 B
Raw Permalink Blame History

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