Skip to content

Commit

Permalink
fix: Allow apt-get upgrade to be fully noninteractive
Browse files Browse the repository at this point in the history
This is the same change that was made to the main FSND
repository and stops the provisioning script from stopping
waiting for user input (which is not possible when running
`vagrant up`) when upgrading GRUB bootloader.

Resolves: udacity#8
  • Loading branch information
SteveWooding committed Jun 27, 2017
1 parent 15acd68 commit dcc8162
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 dcc8162

Please sign in to comment.