Skip to content

Instantly share code, notes, and snippets.

@attawayinc
Last active June 12, 2020 21:35
Show Gist options
  • Save attawayinc/5e897c67da3f7e297e45c76f2a5dc8e7 to your computer and use it in GitHub Desktop.
Save attawayinc/5e897c67da3f7e297e45c76f2a5dc8e7 to your computer and use it in GitHub Desktop.
Powershell Installations
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