You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add ~/google-cloud-sdk/bin to PATH at script start so existing
installs are detected even when not in shell PATH
- Three-way check: gcloud in PATH → update, SDK dir exists → recover,
neither → fresh install (avoids "directory already exists" error)
- Fresh install uses direct tarball + install.sh --quiet instead of
the noisy sdk.cloud.google.com wrapper script
- Pipe update output through tail -1 to reduce noise
Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de>
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
0 commit comments