Skip to content

Instantly share code, notes, and snippets.

@blue-bird1
Created October 17, 2018 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blue-bird1/6952a5b04302e838b24625dc251d67e3 to your computer and use it in GitHub Desktop.
Save blue-bird1/6952a5b04302e838b24625dc251d67e3 to your computer and use it in GitHub Desktop.
google cloud sdk install #debian
export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)"
echo "deb http://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
sudo apt-get update && sudo apt-get install google-cloud-sdk
gcloud init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment