gek64 / qbtsh

A tool that makes qBittorrent-nox easier to install, uninstall, update and reload
GNU General Public License v3.0
4 stars 0 forks source link

add freebsd support #1

Open gek64 opened 2 years ago

gek64 commented 2 years ago

todo

gek64 commented 2 years ago

freebsd install qbittorrent-nox

pkg update && pkg install -y qbittorrent-nox
service qbittorrent enable && service qbittorrent start

freebsd uninstall qbittorrent-nox

service qbittorrent stop && service qbittorrent delete
pkg remove -y qbittorrent-nox && pkg autoremove -y

freebsd cleanup

pw user del -n qbittorrent -r
pw group del -n qbittorrent
gek64 commented 2 years ago

freebsd service library https://github.com/gek64/gek/commit/3b34e25d6c1a0060ba90a02d67858add5c938dad

gek64 commented 2 years ago

It is difficult to create a static qbittorrent for freebsd. I will try to find a way to build it in the future.

gek64 commented 2 years ago

https://github.com/gek64/qbtsh/commit/e34d683085d7af3bba322ec9ae97b9869affa5b0

gek64 commented 2 years ago

service/qbittorrent add rc.d service file