From afa2281df73780505d8bbfe2d8c6cadf6ed1b590 Mon Sep 17 00:00:00 2001 From: mow4cash Date: Sun, 29 Jan 2017 21:08:06 -0500 Subject: [PATCH] Updated FreeNas jail with Autostart (markdown) --- FreeNas-jail-with-Autostart.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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