Created
February 11, 2014 19:06
-
-
Save niccolox/8941779 to your computer and use it in GitHub Desktop.
Run as normal user i.e. "./install.vagrant.sh" and you will need to say yes a couple of times i.e. select an additional package to install and Postfix...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
vagrant up | |
vagrant ssh -c 'cd /vagrant; sudo ./install.debian.sh' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment