made vm bootstrap non-interactive (#195)

This commit is contained in:
Matthew Davis 2018-09-04 04:53:19 +10:00 committed by Nate Foster
parent cedbf5b8b2
commit 873dce7aea
2 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
# Print commands and exit on errors # Print commands and exit on errors
set -xe set -xe
sudo add-apt-repository ppa:webupd8team/sublime-text-3 DEBIAN_FRONTEND=noninteractive sudo add-apt-repository -y ppa:webupd8team/sublime-text-3
sudo add-apt-repository ppa:webupd8team/atom DEBIAN_FRONTEND=noninteractive sudo add-apt-repository -y ppa:webupd8team/atom
apt-get update apt-get update

0
vm/user-bootstrap.sh Normal file → Executable file
View File