Skip to content

Commit

Permalink
Update gcp_cli_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
joy-joel authored Oct 31, 2023
1 parent 2d501f6 commit 28d6f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcp_cli_setup
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ install_gcloud_cli(){
bit64=$?
if [ $bit64 -eq 0 ]
then
curl -Lo google-cloud.tar.gz https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-447.0.0-linux-x86_64.tar.gz
curl -Lo google-cloud.tar.gz https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-453.0.0-linux-x86_64.tar.gz
else
curl -Lo google-cloud.tar.gz https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-447.0.0-linux-x86.tar.gz
curl -Lo google-cloud.tar.gz https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-453.0.0-linux-x86.tar.gz
fi

# Extract .tar.gz file
Expand Down

0 comments on commit 28d6f84

Please sign in to comment.