1
0
forked from sneak/hacks

added vagrant defaults

This commit is contained in:
Jeffrey Paul
2014-06-05 01:41:14 +02:00
parent 85e47effca
commit 0a1614b2f9
3 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get -y upgrade
cd /vagrant && make inside