dotnet5pi
dotnet5pi copied to clipboard
Dot NET 5 for the Raspberry Pi
Thank you for the very useful script. It saved me a lot of time getting dotnet 5 installed on my Raspberry Pi 4. I did run into an issue because...
- The link in the script `wget -O - https://raw.githubusercontent.com/pjgpetecodes/dotnet5pi/master/install.sh | sudo bash` the [blog post](https://www.petecodes.co.uk/install-and-use-microsoft-dot-net-5-with-the-raspberry-pi/) doesn't work. It should be [https://github.com/pjgpetecodes/dotnet5pi/blob/master/install.sh](https://github.com/pjgpetecodes/dotnet5pi/blob/master/install.sh). - Furthermore the link in the `install.sh` line...