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 ae16587 commit 5d1e920Copy full SHA for 5d1e920
postgres_startup.sh
@@ -39,9 +39,9 @@ echo "" >> /usr/local/startup.log
39
# update package lists for PostgreSQL 9.6
40
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" >> /etc/apt/sources.list.d/pgdg.list'
41
wget -q https://www.postgresql.org/media/keys/ACCC4CF8.asc -O - | sudo apt-key add -
42
-sudo apt-get -qq update
43
-sudo apt-get -qq -y upgrade
44
-sudo apt-get install -y jq
+sudo apt-get --assume-yes -qq update
+sudo apt-get --assume-yes -qq upgrade
+sudo apt-get --assume-yes -qq install jq
45
echo "apt-get update exited with: $?"
46
echo "updated packages" >> /usr/local/startup.log
47
echo "" >> /usr/local/startup.log
0 commit comments