Skip to content

Commit

Permalink
Merge pull request udacity#10 from SteveWooding/apt-get-upgrade-fix
Browse files Browse the repository at this point in the history
fix: Allow apt-get upgrade to be fully non-interactive
  • Loading branch information
forbiddenvoid authored Jul 10, 2017
2 parents 15acd68 + dcc8162 commit 60d620c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg_config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apt-get -qqy update
apt-get -qqy upgrade
DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade
apt-get -qqy install postgresql python-psycopg2
apt-get -qqy install python-sqlalchemy
apt-get -qqy install python-pip
Expand Down

0 comments on commit 60d620c

Please sign in to comment.