FreeBSD¶
-
Make sure you use /latest pkg repository
- Ensure your pkg repo is configured to get packages from
/latest
and not/quarterly
- Check
/usr/local/etc/pkg/repos/FreeBSD.conf
- If that does not exist, copy over
/etc/pkg/FreeBSD.conf
to that location, open it, and replacequarterly
withlatest
- Ensure your pkg repo is configured to get packages from
-
Install the required software:
pkg update && pkg install bazarr
-
Enable bazarr during startup
echo 'bazarr_enable="YES"' >> /etc/rc.conf
-
Start bazarr
/usr/local/etc/rc.d/bazarr start
Please see the autostart page for rc configuration instructions.