I want to write a shell script which basically goes through all the installation steps for gcloud, as outlined at: https://cloud.google.com/sdk/?hl=en
However, when you
This sequence of commands should help:
file="google-cloud-sdk-101.0.0-linux-x86_64.tar.gz" link="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/" curl -L "$link""$file" | tar xz CLOUDSDK_CORE_DISABLE_PROMPTS=1 ./google-cloud-sdk/install.sh