mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-04 14:16:21 +01:00
Merge pull request #115 from Kaezon/new-distro-vagrant
New distro vagrant
This commit is contained in:
2
vagrant/Vagrantfile
vendored
2
vagrant/Vagrantfile
vendored
@@ -9,7 +9,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
# options are documented and commented below. For a complete reference,
|
||||
# please see the online documentation at vagrantup.com.
|
||||
|
||||
config.vm.box = "ubuntu/precise32"
|
||||
config.vm.box = "hashicorp/precise64"
|
||||
|
||||
# Note: if it complains about guest extension versions, you can manually install them
|
||||
# because each VirtualBox installation has the capability of mounting an ISO virtual
|
||||
|
||||
Reference in New Issue
Block a user