dotnet7pi icon indicating copy to clipboard operation
dotnet7pi copied to clipboard

Install .NET 7 on a Raspberry Pi with a single line.

Results 1 dotnet7pi issues
Sort by recently updated
recently updated
newest added

Apps look in the environment variable $DOTNET_ROOT for an available framework. Just add “export DOTNET_ROOT=/opt/dotnet” to your script. Source: (Bottom of the page) [https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual](https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual) Excellent work by the way. Cheers....