Skip to content

Instantly share code, notes, and snippets.

@pascals-msft
Created January 26, 2017 06:58
Show Gist options
  • Save pascals-msft/5b0aa74d8ae05340e4c25e052f3778c8 to your computer and use it in GitHub Desktop.
Save pascals-msft/5b0aa74d8ae05340e4c25e052f3778c8 to your computer and use it in GitHub Desktop.
How to install Azure CLI on Ubuntu or Ubuntu on Windows
Source:
https://nodejs.org/en/download/package-manager/
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm install -g azure-cli
@AlexandruSimandi
Copy link

this is installing it on root

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment