WSLからGCPにコマンドアクセスする(セットアップ)
WSLからGCPにコマンドアクセスする(セットアップ)
上記ページのインストール用のスクリプトにHTMLの特殊文字が混じっているのでそのままでは実行できない
下記のように修正して実行
code:install.bash
# Create environment variable for correct distribution
export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)"
# Add the Cloud SDK distribution URI as a package source
# Import the Google Cloud Platform public key
# Update the package list and install the Cloud SDK
sudo apt-get update
sudo apt-get install google-cloud-sdk