Replies: 1 comment 1 reply
|
dotnetup has a concept of an 'install root' - the place where it stores the downloaded dotnet installations, and this location is something like (on Windows) @nagilson / @dsplaisted this is more evidence to me that we should keep the |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Using Ubuntu 24.04 in WSL
Terminal output when running
dotnetup updateThe command seems to succeed and was a really nice way to acquire the SDK updates to my two channels as
wingetas an example hasn't gotten the PRs merged yet.No clue what the
runfilefolder is, to installdotnetupI just didcurl -fsSL https://aka.ms/dotnetup/get-dotnetup.sh | bashand followed the default installation options and path instructions etc to get 10.0.1xx and Preview and I haven't done any other modifications.Could a command be created that updates dotnetup itself? Or maybe it self-updated on update not sure.
A bit surprised that
dotnetup installjust installed 10.0.302 without asking as I though it would be an interactive experience but it was the result I was looking for anyways.All reactions