Преглед изворни кода

vagrant: debianoid: don't interactively ask questions

Thomas Waldmann пре 5 година
родитељ
комит
c1f0aa8234
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Vagrantfile

+ 1 - 0
Vagrantfile

@@ -16,6 +16,7 @@ end
 
 def packages_debianoid(user)
   return <<-EOF
+    export DEBIAN_FRONTEND=noninteractive
     apt-get update
     # install all the (security and other) updates
     apt-get dist-upgrade -y