diff --git a/src/google-cloud-cli/install.sh b/src/google-cloud-cli/install.sh index 3bcaa90..f573d54 100755 --- a/src/google-cloud-cli/install.sh +++ b/src/google-cloud-cli/install.sh @@ -32,7 +32,7 @@ echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.clou apt-get update --yes if [ "${GOOGLE_CLOUD_CLI_VERSION}" = "latest" ]; then - apt-get install --no-install-recommends --yes postgresql-client + apt-get install --no-install-recommends --yes google-cloud-cli else apt-get install --no-install-recommends --yes google-cloud-cli="${GOOGLE_CLOUD_CLI_VERSION}" fi