We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cf767 commit 275d301Copy full SHA for 275d301
src/google-cloud-cli/install.sh
@@ -32,7 +32,7 @@ echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.clou
32
apt-get update --yes
33
34
if [ "${GOOGLE_CLOUD_CLI_VERSION}" = "latest" ]; then
35
- apt-get install --no-install-recommends --yes postgresql-client
+ apt-get install --no-install-recommends --yes google-cloud-cli
36
else
37
apt-get install --no-install-recommends --yes google-cloud-cli="${GOOGLE_CLOUD_CLI_VERSION}"
38
fi
0 commit comments