|
|
本帖最后由 hostloc8888 于 2021-6-24 00:09 编辑
直接下载别人编译好的版本:https://github.com/userdocs/qbittorrent-nox-static/releases
x86_64/arm/aarch64都有。
举个例子,大多数机子都是x86_64:
- wget https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-4.3.5_v2.0.4/x86_64-qbittorrent-nox
- chmod +x x86_64-qbittorrent-nox
复制代码
后台运行:
- ./x86_64-qbittorrent-nox -d
复制代码
然后IP:8080就能访问了。 |
|