summaryrefslogtreecommitdiff
path: root/vagrant.json
diff options
context:
space:
mode:
authorChristian Rebischke <Chris.Rebischke@posteo.de>2017-05-06 21:38:25 +0200
committerChristian Rebischke <Chris.Rebischke@posteo.de>2017-05-06 21:38:25 +0200
commitdb17977b2f37b3359540ef9c0f3ffbe9861f97b7 (patch)
tree0c92b18b3a57155745045c0b05b3c8ac11450c16 /vagrant.json
parent99b792c785a6088df8d170ca6f4ffa2a45457333 (diff)
downloadarch-boxes32-db17977b2f37b3359540ef9c0f3ffbe9861f97b7.tar.xz
added new postinstall.sh, moved the controllers to postinstall.sh and added the script to vagrant.json
Diffstat (limited to 'vagrant.json')
-rw-r--r--vagrant.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant.json b/vagrant.json
index de5a632..912b18c 100644
--- a/vagrant.json
+++ b/vagrant.json
@@ -45,6 +45,7 @@
{
"type": "shell",
"scripts": [
+ "provision/postinstall.sh",
"provision/virtualbox.sh",
"provision/cleanup.sh"
],