diff --git a/FreeNas-jail-with-Autostart.md b/FreeNas-jail-with-Autostart.md index c725ad9..d2cc5ad 100644 --- a/FreeNas-jail-with-Autostart.md +++ b/FreeNas-jail-with-Autostart.md @@ -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 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/ 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 rm Radarr.develop.0.2.0.210.linux.tar.gz echo "/usr/local/bin/mono /usr/local/Radarr/Radarr.exe" > /etc/rc.d/radarr chmod 555 /etc/rc.d/radarr + restart your jail use your browser and navigate to jail_ip:7878 ``` \ No newline at end of file