Update README.md

This commit is contained in:
PiJARR
2022-01-28 10:18:28 +10:00
committed by GitHub
parent 7077782637
commit cd7101f129

View File

@@ -64,17 +64,6 @@ Radarr http://<ipaddress>:7878
## Troubleshooting
The required dependencies including [Mono](https://github.com/mono/mono) (Cross platform, open source .NET framework) may take a while to download and install. Be patient.
Otherwise try installing dependencies manually using the commands below and then re-run the script:
1. `sudo apt -y install apt-transport-https dirmngr gnupg ca-certificates`
2. `sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF`
3. `echo "deb https://download.mono-project.com/repo/debian stable-raspbianbuster main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list`
4. `sudo apt -y update`
5. `sudo apt -y install mono-devel mediainfo sqlite3 libmono-cil-dev libchromaprint-tools`