Skip to content

Commit 512a33e

Browse files
authored
Add -qqy to apt-get commands.
1 parent 20e949a commit 512a33e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vagrant/Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Vagrant.configure("2") do |config|
77
config.vm.network "forwarded_port", guest: 8080, host: 8080
88
config.vm.network "forwarded_port", guest: 5000, host: 5000
99
config.vm.provision "shell", inline: <<-SHELL
10-
apt-get update
11-
apt-get upgrade
10+
apt-get -qqy update
11+
apt-get -qqy upgrade
1212
apt-get -qqy install make python3-pip
1313
apt-get -qqy install postgresql
1414
pip3 install --upgrade pip

0 commit comments

Comments
 (0)