Переглянути джерело

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