mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 16:02:43 +00:00
Updated FreeNas jail with Autostart (markdown)
parent
0c5d8062b6
commit
93022dfde7
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ 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
|
||||||
|
#this is needed for updates within Radarr
|
||||||
|
ln -s /usr/local/bin/mono /bin
|
||||||
|
|
||||||
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