Skip to content

Instantly share code, notes, and snippets.

@niccolox
Created February 11, 2014 19:06
Show Gist options
  • Save niccolox/8941779 to your computer and use it in GitHub Desktop.
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...
#!/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