Created
October 31, 2017 02:22
-
-
Save elecnix/c91f20bbee30696fa74aa48d29f0ac51 to your computer and use it in GitHub Desktop.
Beersmith Vagrant
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
Vagrant.configure("2") do |config| | |
config.vm.box = "ubuntu/xenial64" | |
config.ssh.forward_x11 = true | |
config.vm.provision "shell", path: "https://gist.githubusercontent.com/elecnix/dd31ee274c5e721ce42acd27412ad3f0/raw/dbf9c3fff720c2e8aa768bf8cb264ede37cedfe2/gistfile1.txt" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment