Skip to content

Instantly share code, notes, and snippets.

@MateuszNad
Created March 9, 2020 17:53
Show Gist options
  • Select an option

  • Save MateuszNad/41a9679c6070653834dce6ceb7b1d1df to your computer and use it in GitHub Desktop.

Select an option

Save MateuszNad/41a9679c6070653834dce6ceb7b1d1df to your computer and use it in GitHub Desktop.
# Install or update PowerShell 7 on Windows 10
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"
# Install or update PowerShell 7 on Linux
wget https://aka.ms/install-powershell.sh; sudo bash install-powershell.sh; rm install-powershell.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment