mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 16:02:43 +00:00
Corrected typos
parent
5a998622f8
commit
b6e1f5ab2a
1 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@ Update to the latest version of Mono [from the project's own site](https://www.m
|
||||||
|
|
||||||
apt update && apt install curl mediainfo
|
apt update && apt install curl mediainfo
|
||||||
|
|
||||||
If you are on Ubuntu 16.04 or earlier, you should also update your mediainfo to the latest using [the official releases](https://mediaarea.net/en/MediaInfo/Download/Ubuntu).
|
If you are on Ubuntu 16.04 or earlier, you should also update your `mediainfo` to the latest using [the official releases](https://mediaarea.net/en/MediaInfo/Download/Ubuntu).
|
||||||
|
|
||||||
Now proceed to [Manually Install Radarr](/Radarr/Radarr/wiki/Installation#manually-install-radarr).
|
Now proceed to [Manually Install Radarr](/Radarr/Radarr/wiki/Installation#manually-install-radarr).
|
||||||
|
|
||||||
|
@ -37,9 +37,9 @@ Install dependencies (Fedora):
|
||||||
|
|
||||||
dnf install mono-core mono-devel mono-locale-extras curl mediainfo
|
dnf install mono-core mono-devel mono-locale-extras curl mediainfo
|
||||||
|
|
||||||
Install dependencies (Centos):
|
Install dependencies (CentOS):
|
||||||
|
|
||||||
yum install mono-core mono-devel mono-locale-extras curl mediainfo -y
|
yum install mono-core mono-devel mono-locale-extras curl mediainfo
|
||||||
|
|
||||||
Now proceed to [Manually Install Radarr](/Radarr/Radarr/wiki/Installation#manually-install-radarr).
|
Now proceed to [Manually Install Radarr](/Radarr/Radarr/wiki/Installation#manually-install-radarr).
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ Using Nix, the installation of [the package](https://nixos.org/nixos/packages.ht
|
||||||
nix-env -iA nixpkgs.radarr
|
nix-env -iA nixpkgs.radarr
|
||||||
|
|
||||||
On NixOS you have two choices :
|
On NixOS you have two choices :
|
||||||
* install only the package (via the nixos channel) :
|
* install only the package (via the nixOS channel) :
|
||||||
`nix-env -iA nixos.radarr`
|
`nix-env -iA nixos.radarr`
|
||||||
* activate the option (recommended option) by adding the following line to your `configuration.nix` :
|
* activate the option (recommended option) by adding the following line to your `configuration.nix` :
|
||||||
`services.radarr.enable = true;`
|
`services.radarr.enable = true;`
|
||||||
|
@ -65,14 +65,14 @@ If you choose the option route, do check out [the parameters](https://nixos.org/
|
||||||
|
|
||||||
### Manually Install Radarr ###
|
### Manually Install Radarr ###
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
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 )
|
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
|
tar -xvzf Radarr.develop.*.linux.tar.gz
|
||||||
mv Radarr /opt
|
mv Radarr /opt
|
||||||
|
|
||||||
|
|
||||||
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) relevant to your distro.
|
||||||
|
|
||||||
### FreeBSD Jail
|
### FreeBSD Jail
|
||||||
Radarr is in FreeBSDs ports, so if you do not need the latest release, installing it can be achieved by a simple
|
Radarr is in FreeBSDs ports, so if you do not need the latest release, installing it can be achieved by a simple
|
||||||
|
|
Loading…
Reference in a new issue