From 2ad2725fa01309c36a81d36e9b8af18917688775 Mon Sep 17 00:00:00 2001 From: James Blair Date: Tue, 19 Mar 2024 18:10:37 +1300 Subject: [PATCH] Update installed version of gcp sdk. --- setup.org | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.org b/setup.org index 1e406cd..a3171b7 100644 --- a/setup.org +++ b/setup.org @@ -163,7 +163,7 @@ For working with google cloud platform we use the [[https://cloud.google.com/sdk #+NAME: Install google cloud sdk #+BEGIN_src tmux # Download the sdk archive -curl -o gcpsdk.tar -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-375.0.0-linux-x86_64.tar.gz +curl -o gcpsdk.tar -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-468.0.0-linux-x86_64.tar.gz # Extract to a folder in path then remove archive sudo tar xvf gcpsdk.tar -C /usr/local/ && rm gcpsdk.tar @@ -175,10 +175,6 @@ sudo chown -R $USER:$USER /usr/local/google-cloud-sdk /usr/local/google-cloud-sdk/install.sh #+END_SRC -#+RESULTS: Install google cloud sdk -#+begin_example -#+end_example - For working with [[https://aws.com][Amazon Web Services]] we need the [[https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html][AWS CLI]].