Skip to content

Commit

Permalink
Update sha256 hash for Setup-DeveEnv.ps1 script execution. (#3831)
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Jowett <[email protected]>
  • Loading branch information
abeltrano and Alan-Jowett committed Sep 20, 2024
1 parent 0aa8553 commit 48a993f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Alternative install steps (for *basic* Visual Studio Community edition):

```ps
Invoke-WebRequest 'https://raw.githubusercontent.com/microsoft/ebpf-for-windows/main/scripts/Setup-DevEnv.ps1' -OutFile $env:TEMP\Setup-DeveEnv.ps1
if ((get-filehash -Algorithm SHA256 $env:TEMP\Setup-DeveEnv.ps1).Hash -eq '0E8733AC82CFDEC93A3606AEA586A6BD08980D2301754EC165230FBA353E7B4C') { &"$env:TEMP\Setup-DeveEnv.ps1" }
if ((get-filehash -Algorithm SHA256 $env:TEMP\Setup-DeveEnv.ps1).Hash -eq '36C16D8455E8867E64EFA1D1AF5223CEF9CDB4394C3B76B6AA09B46F3F26E7A8') { &"$env:TEMP\Setup-DeveEnv.ps1" }
```

>**Note**: the WDK for Windows 11 is [not currently available on Chocolatey](https://community.chocolatey.org/packages?q=windowsdriverkit),
Expand Down

0 comments on commit 48a993f

Please sign in to comment.