update Vagrant to use bento/ubuntu and lowercase github namespace

This commit is contained in:
Jakob Schrettenbrunner
2018-02-20 21:16:50 +01:00
parent 72ac95267b
commit 0b3fb72a97
2 changed files with 10 additions and 10 deletions

4
Vagrantfile vendored
View File

@@ -1,7 +1,7 @@
Vagrant.configure("2") do |cfg|
cfg.vm.box = "ubuntu/xenial64"
cfg.vm.box = "bento/ubuntu-16.04"
cfg.vm.synced_folder "./", "/home/ubuntu/go/src/github.com/Pterodactyl/wings"
cfg.vm.synced_folder "./", "/home/vagrant/go/src/github.com/pterodactyl/wings"
cfg.vm.provision :shell, path: ".dev/vagrant/provision.sh"