1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 06:07:19 +02:00

no need for wget

Mans Matulewicz 2018-03-14 13:15:24 +01:00
parent 4d81cb9710
commit 24abbb53b4

@ -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.
cd /opt
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 )
curl -L -O $( 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
To run Radarr on startup, follow [this Wiki article](https://github.com/Radarr/Radarr/wiki/Autostart-on-Linux) relevent to your Distro.