install-dotnet-preview.sh is installing .NET 5 preview1 instead of preview2
See original GitHub issueI am attempting to install .NET Core 5 preview 2 with install-dotnet-preview.sh
using the instructions over here.
When I get to this step, curl -L https://aka.ms/install-dotnet-preview -o install-dotnet-preview.sh
, that completely successfully, but I note that the downloaded script seems like it is trying to install preview1:
This is on Ubuntu 19.10 x64. Preview1 is already installed.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
dotnet-install scripts - .NET CLI
The dotnet-install scripts perform a non-admin installation of the .NET SDK, which includes the .NET CLI and the shared runtime.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It seems the script didn’t download correctly. Try to remove the file and download the file again. We will update the script so this doesn’t happen in future.
I also updated the instructions for installing .NET 5