mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-12 07:07:47 +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:
|
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
|
pkg install sonarr
|
||||||
mkdir /usr/local/sonarr
|
sysrc 'sonarr_enable=YES'
|
||||||
chown sonarr /usr/local/sonarr
|
|
||||||
echo 'sonarr_enable="YES"' | tee -a /etc/rc.conf
|
|
||||||
service sonarr start
|
service sonarr start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue