Skip to content

Commit

Permalink
Prevent debconf questions
Browse files Browse the repository at this point in the history
  • Loading branch information
schlomo committed May 23, 2017
1 parent 84dea2b commit ae6526f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ $script = <<SCRIPT
set -ex
mount | grep vbox
echo "deb [ trusted=yes ] copy:/packages /" >/etc/apt/sources.list.d/vagrant.list
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get -y install kiosk-browser
SCRIPT
Expand Down

0 comments on commit ae6526f

Please sign in to comment.