mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
changed distro
Swapped ubuntu/precise32 for hashicorp/presice64 Seems to be way faster for setup.
This commit is contained in:
parent
c0986abf4a
commit
948d705fe8
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,
|
# options are documented and commented below. For a complete reference,
|
||||||
# please see the online documentation at vagrantup.com.
|
# 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
|
# 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
|
# because each VirtualBox installation has the capability of mounting an ISO virtual
|
||||||
|
Loading…
x
Reference in New Issue
Block a user