Skip to content

Instantly share code, notes, and snippets.

@aondio
Created October 12, 2018 16:28
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aondio/79722f231bf3596774c06b2220634c4a to your computer and use it in GitHub Desktop.
Save aondio/79722f231bf3596774c06b2220634c4a to your computer and use it in GitHub Desktop.
script to install ask-cli
sudo apt-get update
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
nvm install --lts
npm install -g ask-cli
ask init --aws-setup
ask init --no-browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment