Skip to content

Instantly share code, notes, and snippets.

@Calvindd2f
Created March 6, 2024 05:06
Show Gist options
  • Select an option

  • Save Calvindd2f/a68d5f6cbcf6faf67f249ab4d2d96e85 to your computer and use it in GitHub Desktop.

Select an option

Save Calvindd2f/a68d5f6cbcf6faf67f249ab4d2d96e85 to your computer and use it in GitHub Desktop.
# Run a separate PowerShell process because the script calls exit, so it will end the current PowerShell session.
&powershell -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; &([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing 'https://dot.net/v1/dotnet-install.ps1'))) #additional args here"