mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 08:22:39 +00:00
Updated FreeNas jail with Autostart (markdown)
parent
2c276ae5c1
commit
afa2281df7
1 changed files with 5 additions and 1 deletions
|
@ -1,14 +1,18 @@
|
||||||
I'm not sure if this is the best or correct way but it works for me.
|
### I'm not sure if this is the best, or correct way but it works for me.
|
||||||
|
|
||||||
```
|
```
|
||||||
pkg update && pkg upgrade
|
pkg update && pkg upgrade
|
||||||
pkg install mono mediainfo sqlite3
|
pkg install mono mediainfo sqlite3
|
||||||
|
#needed this to stop error:Could not find libgdiplus. Cannot test if image is corrupt.: Couldn't load GDIPlus library
|
||||||
|
pkg install libgdiplus
|
||||||
|
|
||||||
cd /usr/local/
|
cd /usr/local/
|
||||||
fetch https://github.com/Radarr/Radarr/releases/download/v0.2.0.210/Radarr.develop.0.2.0.210.linux.tar.gz
|
fetch https://github.com/Radarr/Radarr/releases/download/v0.2.0.210/Radarr.develop.0.2.0.210.linux.tar.gz
|
||||||
tar -zxvf Radarr.develop.0.2.0.210.linux.tar.gz
|
tar -zxvf Radarr.develop.0.2.0.210.linux.tar.gz
|
||||||
rm Radarr.develop.0.2.0.210.linux.tar.gz
|
rm Radarr.develop.0.2.0.210.linux.tar.gz
|
||||||
echo "/usr/local/bin/mono /usr/local/Radarr/Radarr.exe" > /etc/rc.d/radarr
|
echo "/usr/local/bin/mono /usr/local/Radarr/Radarr.exe" > /etc/rc.d/radarr
|
||||||
chmod 555 /etc/rc.d/radarr
|
chmod 555 /etc/rc.d/radarr
|
||||||
|
|
||||||
restart your jail
|
restart your jail
|
||||||
use your browser and navigate to jail_ip:7878
|
use your browser and navigate to jail_ip:7878
|
||||||
```
|
```
|
Loading…
Reference in a new issue