Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jvandevelde/cbf86bae0f7b374aa44d60346f47af86 to your computer and use it in GitHub Desktop.
Save jvandevelde/cbf86bae0f7b374aa44d60346f47af86 to your computer and use it in GitHub Desktop.
Install Powershell for Windows Subsystem for Linux (WSL)
curl -o downloadps.sh https://raw.githubusercontent.com/PowerShell/PowerShell/v6.0.0-alpha.13/tools/download.sh
bash downloadps.sh
powershell
Install-Module AzureRM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment