mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Updated Installation (markdown)
parent
eda9368586
commit
abef22ce20
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Now proceed to [Manually Install Radarr](/Radarr/Radarr/wiki/Installation#manual
|
||||||
Download and extract the latest [release](https://github.com/Radarr/Radarr/releases) from github, changing the url below to match.
|
Download and extract the latest [release](https://github.com/Radarr/Radarr/releases) from github, changing the url below to match.
|
||||||
|
|
||||||
cd /opt
|
cd /opt
|
||||||
wget https://github.com/Radarr/Radarr/releases/download/v0.2.0.XXX/Radarr.develop.0.2.0.XXX.linux.tar.gz
|
wget $( curl -s https://api.github.com/repos/Radarr/Radarr/releases | grep linux.tar.gz | grep browser_download_url | head -1 | cut -d \" -f 4 )
|
||||||
tar -xvzf Radarr.develop.*.linux.tar.gz
|
tar -xvzf Radarr.develop.*.linux.tar.gz
|
||||||
|
|
||||||
To run Radarr on startup, follow [this Wiki article](https://github.com/Radarr/Radarr/wiki/Autostart-on-Linux) relevent to your Distro.
|
To run Radarr on startup, follow [this Wiki article](https://github.com/Radarr/Radarr/wiki/Autostart-on-Linux) relevent to your Distro.
|
||||||
|
|
Loading…
Reference in a new issue