Have to remember to tell apt-get -y...
authorJason Boyer <jboyer@equinoxOLI.org>
Tue, 29 Mar 2022 10:47:36 +0000 (06:47 -0400)
committerJason Boyer <jboyer@equinoxOLI.org>
Tue, 29 Mar 2022 10:47:36 +0000 (06:47 -0400)
Signed-off-by: Jason Boyer <jboyer@equinoxOLI.org>
installer/stretch/eg_stretch_installer.sh

index 5715ecc..f9ea409 100755 (executable)
@@ -912,7 +912,7 @@ function evergreen_db_create {
     # output the name of the currently installed pg server dev package, then
     # throw away everything up to and including the last '-' to get the correct pg version
     PGVERS=`dpkg-query --showformat="\\${binary:Package}\\n" --show 'postgresql-server-dev-*' | grep -v postgresql-server-dev-all`
-    apt-get install postgresql-${PGVERS##*-}-pgtap
+    apt-get install -y postgresql-${PGVERS##*-}-pgtap
 
     echo 'CREATE EXTENSION pgtap;' | su - postgres -c "psql evergreen"