/usr/bin/tar: unrecognized option '--fast-read'
pkg_add -r libarchive
然后确保新的bsdtar存在,并链接到它:
cd /usr/bin
ls -la bsdtar
mv tar tar.gnu
ln -s bsdtar tar
/usr/bin/tar: unrecognized option '--fast-read'
pkg_add -r libarchive
然后确保新的bsdtar存在,并链接到它:
cd /usr/bin
ls -la bsdtar
mv tar tar.gnu
ln -s bsdtar tar