Install vim in demos

I'm probably not the only one that reached for `vim` during the getting started guide. Super minor but might safe some apt-get'ing.

![](https://dl.dropboxusercontent.com/s/mg38fo0k82lxdlv/2015-10-14%20at%205.49%20PM.png)
This commit is contained in:
Jack Pearkes
2015-10-14 17:50:03 +02:00
parent 9a35533a38
commit 3c92d09118

View File

@@ -4,7 +4,7 @@
$script = <<SCRIPT
# Update apt and get dependencies
sudo apt-get update
sudo apt-get install -y unzip curl wget
sudo apt-get install -y unzip curl wget vim
# Download Nomad
echo Fetching Nomad...