Skip to content

Commit

Permalink
Update dotnetcli domain (#44272)
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander authored Jan 23, 2025
1 parent 9de3b0f commit c00df70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/core/install/includes/verify-download-macos-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The .NET release notes contain a link to a checksum file you can use to validate
Replace the link in the following command with the link you copied.

```bash
curl -O https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.0-sha.txt
curl -O https://builds.dotnet.microsoft.com/dotnet/checksums/8.0.0-sha.txt
```

01. With both the checksum file and the .NET release file downloaded to the same directory, use the `sha512sum -c {file} --ignore-missing` command to validate the downloaded file.
Expand Down
2 changes: 1 addition & 1 deletion docs/core/install/includes/verify-download-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The .NET release notes contain a link to a checksum file you can use to validate
01. Use the following script, but replace the link to download the appropriate checksum file:

```powershell
Invoke-WebRequest https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.0-sha.txt -OutFile 8.0.0-sha.txt
Invoke-WebRequest https://builds.dotnet.microsoft.com/dotnet/checksums/8.0.0-sha.txt -OutFile 8.0.0-sha.txt
```
01. With both the checksum file and the .NET release file downloaded to the same directory, search the checksum file for the checksum of the .NET download:
Expand Down

0 comments on commit c00df70

Please sign in to comment.