Closed Qusic closed 5 years ago
Thanks for the PR! A few questions:
cpio
command exists by default. If it doesn’t, I feel like it would be better to detect the user’s platform and use the correct command based on that.cpio
exists on macOS. And it works on macOS as I tested on 10.14.5.
Now I am trying to get it working in ubuntu 18.04 docker container.
cpio
is available from apt-get, but xar
can only be compiled from source(with several dependencies from apt-get as well).
It's actually harder to make it out-of-the-box on Linux considering various distributions. So how much automation do you think we should implement here?
Updated to detect the platform and clean up properly. Also added Linux prerequisites section in README.