Last active
June 12, 2020 21:35
-
-
Save attawayinc/5e897c67da3f7e297e45c76f2a5dc8e7 to your computer and use it in GitHub Desktop.
Powershell Installations
This file contains 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
Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet'; rm .\AzureCLI.msi | |
DEBIAN_FRONTEND=noninteractive apt-get --yes update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment