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 cc44930 commit e8ffe54Copy full SHA for e8ffe54
ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh
@@ -198,7 +198,8 @@ function initiate_upgrade {
198
# Needed for PostGIS, since it's compiled with Protobuf-C support now
199
echo "3. Installing libprotobuf-c1 and libicu66 if missing"
200
if [[ ! "$(apt list --installed libprotobuf-c1 | grep "installed")" ]]; then
201
- apt-get update && apt --fix-broken install -y libprotobuf-c1 libicu66 || true
+ apt-get update -y
202
+ apt --fix-broken install -y libprotobuf-c1 libicu66 || true
203
fi
204
205
if [ "$IS_CI" = false ]; then
0 commit comments