소스 검색

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