Skip to content

Commit b9864c5

Browse files
committed
test with export DEBIAN_FRONTEND=noninteractive
1 parent 64541df commit b9864c5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

postgres_startup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ echo "" >> /usr/local/startup.log
3939
# update package lists for PostgreSQL 9.6
4040
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" >> /etc/apt/sources.list.d/pgdg.list'
4141
wget -q https://www.postgresql.org/media/keys/ACCC4CF8.asc -O - | sudo apt-key add -
42-
sudo apt-get --assume-yes -qq install jq
42+
sudo apt-get -qq update
43+
sudo apt-get --assume-yes -qq install jq
4344
echo "apt-get update exited with: $?"
4445
echo "updated packages" >> /usr/local/startup.log
4546
echo "" >> /usr/local/startup.log

zookeeper_startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
sudo apt-get --assume-yes -qq update
2+
#sudo apt-get --assume-yes -qq update
33
sudo apt-get --assume-yes -qq install jq
44
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/7u75-b13/jdk-7u75-linux-x64.tar.gz"
55
tar -xvf jdk-7*

0 commit comments

Comments
 (0)