File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ echo "" >> /usr/local/startup.log
39
39
# update package lists for PostgreSQL 9.6
40
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
41
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
43
44
echo " apt-get update exited with: $? "
44
45
echo " updated packages" >> /usr/local/startup.log
45
46
echo " " >> /usr/local/startup.log
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- sudo apt-get --assume-yes -qq update
2
+ # sudo apt-get --assume-yes -qq update
3
3
sudo apt-get --assume-yes -qq install jq
4
4
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"
5
5
tar -xvf jdk-7*
You can’t perform that action at this time.
0 commit comments