Skip to content

Instantly share code, notes, and snippets.

@TravisEz13
Created March 24, 2019 01:49
Show Gist options
  • Save TravisEz13/68af1a1b7f0408b45f447b62b673c2a1 to your computer and use it in GitHub Desktop.
Save TravisEz13/68af1a1b7f0408b45f447b62b673c2a1 to your computer and use it in GitHub Desktop.
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
Invoke-WebRequest -Uri https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/install-powershell.ps1 -OutFile install-powershell.ps1
./install-powershell.ps1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment