made vm bootstrap non-interactive (#195)
This commit is contained in:
committed by
Nate Foster
parent
cedbf5b8b2
commit
873dce7aea
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user