Skip to content

Commit

Permalink
Readme: change APT repository URL to point to CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldaviva committed Apr 1, 2024
1 parent c959c12 commit c548743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
- Neither Raspberry Pi OS or Microsoft package archives offer APT packages of .NET for ARM
- You can install .NET using [my unofficial APT repository of .NET for Raspberry Pi](https://github.com/Aldaviva/RaspberryPiDotnetRepository), packaged from official Microsoft builds
```sh
sudo wget -q https://west.aldaviva.com/raspbian/aldaviva.gpg.key -O /etc/apt/trusted.gpg.d/aldaviva.gpg
echo "deb https://west.aldaviva.com/raspbian/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/aldaviva.list > /dev/null
sudo wget -q https://raspbian.aldaviva.com/aldaviva.gpg.key -O /etc/apt/trusted.gpg.d/aldaviva.gpg
echo "deb https://raspbian.aldaviva.com/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/aldaviva.list > /dev/null
sudo apt update
sudo apt install -y dotnet-runtime-latest
```
Expand Down

0 comments on commit c548743

Please sign in to comment.