浏览代码

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