クリエイティブになるために

iPadで何か創れないかな?とまったりと考えていきます

gcloud が使えるようになるまで

debian

 

byoubu インストール

sudo apt-get update

sudo apt-get install apt-transport-https

 

# Create an environment variable for the correct distribution
export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)"

# Add the Cloud SDK distribution URI as a package source
echo "deb https://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list

# Import the Google Cloud Platform public key
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -

# Update the package list and install the Cloud SDK
sudo apt-get update && sudo apt-get install google-cloud-sdk

 

 

 -----

E: The method driver /usr/lib/apt/methods/https could not be found.
N: Is the package apt-transport-https installed?

 

とエラーがでたら

 

sudo rm /etc/apt/sources.list.d/google-cloud-sdk.list

 

してからやり直し