From 518156b0a31a3236419777a267894860f08a8469 Mon Sep 17 00:00:00 2001 From: Logvin Date: Wed, 5 Jul 2017 15:41:21 -0700 Subject: [PATCH] have to add sudo to the echo command to create the sonarr.list file inside of /etc/apt/sources.list.d/ folder. The echo will display on the screen, but the file will not be created nor will an error pop up. --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 8dee748..df75eeb 100644 --- a/Installation.md +++ b/Installation.md @@ -53,7 +53,7 @@ mono 3.10 is included for x86/x64 in our repo (mirrored from Xamarin's). Some pl sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC - echo "deb http://apt.sonarr.tv/ master main" | sudo tee /etc/apt/sources.list.d/sonarr.list + sudo echo "deb http://apt.sonarr.tv/ master main" | sudo tee /etc/apt/sources.list.d/sonarr.list *If you have issues with the repo being https you can install the `apt-transport-https` package or switch to http*