dufs/README.md
wcbing 4588e258d7
Some checks failed
build and release / build-release (push) Failing after 2m4s
init
2024-12-09 21:29:17 +08:00

12 lines
372 B
Markdown

自行打包的 [dufs](https://github.com/sigoden/dufs),供 Debian 或其他发行版上使用。
Self-packaged [dufs](https://github.com/sigoden/dufs) for use on Debian or other distro.
## Usage/用法
```sh
echo "deb [trusted=yes] https://github.com/wcbing/dufs-debs/releases/latest/download ./" |
sudo tee /etc/apt/sources.list.d/dufs.list
sudo apt update
```