mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-11 14:47:44 +00:00
No need to create the data-directory or set proper ownership, the sonarr port does this for you know in the rc.d file.
parent
f7451707d9
commit
ea99e2bbb5
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
If you are using a modern FreeBSD, just try these commands first (as root), which will install Sonarr through the package manager:
|
||||
```
|
||||
pkg install sonarr
|
||||
mkdir /usr/local/sonarr
|
||||
chown sonarr /usr/local/sonarr
|
||||
echo 'sonarr_enable="YES"' | tee -a /etc/rc.conf
|
||||
sysrc 'sonarr_enable=YES'
|
||||
service sonarr start
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue