Created
March 9, 2020 17:53
-
-
Save MateuszNad/41a9679c6070653834dce6ceb7b1d1df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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