mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-25 04:02:48 +01:00
Fixed echo of deb repo into sonarr.list
parent
bfad998b84
commit
4407955fc3
@ -20,7 +20,7 @@ mono 3.10 is included for x86/x64 in our repo (mirrored from Xamarin's), for oth
|
||||
|
||||
|
||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC
|
||||
sudo echo "deb https://apt.sonarr.tv/ master main" > /etc/apt/sources.list.d/sonarr.list
|
||||
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…
Reference in New Issue
Block a user