Explorar o código

vagrant: debianoid: don't interactively ask questions

Thomas Waldmann %!s(int64=5) %!d(string=hai) anos
pai
achega
c1f0aa8234
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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