From db17977b2f37b3359540ef9c0f3ffbe9861f97b7 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Sat, 6 May 2017 21:38:25 +0200 Subject: added new postinstall.sh, moved the controllers to postinstall.sh and added the script to vagrant.json --- vagrant.json | 1 + 1 file changed, 1 insertion(+) (limited to 'vagrant.json') 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" ], -- cgit v1.2.3