mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-11 22:53:19 +00:00
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.
parent
a986b4d653
commit
518156b0a3
1 changed files with 1 additions and 1 deletions
|
@ -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*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue