From 15cccdfc9f4e2a8a51aa52e0413298e15f2ebda7 Mon Sep 17 00:00:00 2001 From: Ben Hutchison Date: Fri, 15 Nov 2024 17:29:46 -0800 Subject: [PATCH] Use .NET repo installation script --- Readme.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index b726596..27a1c52 100644 --- a/Readme.md +++ b/Readme.md @@ -41,9 +41,7 @@ - Neither Raspberry Pi nor Microsoft package repositories 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://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 + wget -qO- https://raspbian.aldaviva.com/addrepo.sh | sh sudo apt install -y dotnet-runtime-latest ``` - Alternatively, you can install .NET using Microsoft's [installation script](https://dotnet.microsoft.com/en-us/download/dotnet/scripts), but it won't update with APT or choose the latest version @@ -264,4 +262,4 @@ I gave a talk about this project for PagerDuty's 2024-02-09 How-To Happy Hour on - [CT sensors - An Introduction](https://docs.openenergymonitor.org/electricity-monitoring/ct-sensors/introduction.html) - [Current Transformer Installation](https://docs.openenergymonitor.org/electricity-monitoring/ct-sensors/installation.html) - [CT Sensors - Interfacing with an Arduino](https://docs.openenergymonitor.org/electricity-monitoring/ct-sensors/interface-with-arduino.html) - - [How to build an Arduino energy monitor - measuring mains voltage and current](https://openenergymonitor.github.io/forum-archive/node/58.html) \ No newline at end of file + - [How to build an Arduino energy monitor - measuring mains voltage and current](https://openenergymonitor.github.io/forum-archive/node/58.html)