cask-pkg / cask.rs

A universal, distributed binary file manager. 一个通用的去中心化二进制管理器
MIT License
74 stars 3 forks source link

Remove `tar` command dependency #21

Closed axetroy closed 2 years ago

axetroy commented 2 years ago

block on https://github.com/alexcrichton/tar-rs/issues/286

Since tar-rs does not decompress files correctly, the system's decompression command tar is prioritized.

When the tar-rs is fixed, the dependence of the tar command will be removed.