made vm bootstrap non-interactive (#195)

This commit is contained in:
Matthew Davis
2018-09-03 14:53:19 -04:00
committed by Nate Foster
parent cedbf5b8b2
commit 873dce7aea
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
# Print commands and exit on errors
set -xe
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo add-apt-repository ppa:webupd8team/atom
DEBIAN_FRONTEND=noninteractive sudo add-apt-repository -y ppa:webupd8team/sublime-text-3
DEBIAN_FRONTEND=noninteractive sudo add-apt-repository -y ppa:webupd8team/atom
apt-get update
Regular → Executable
View File