Sfoglia il codice sorgente

64-bit is more common and works fine.

Daniel Buckmaster 11 anni fa
parent
commit
877aadd68e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Tools/Vagrant/Vagrantfile

+ 1 - 1
Tools/Vagrant/Vagrantfile

@@ -5,7 +5,7 @@
 VAGRANTFILE_API_VERSION = '2'
 
 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
-  config.vm.box = 'ubuntu/trusty32'
+  config.vm.box = 'ubuntu/trusty64'
 
   config.vm.provider 'virtualbox' do |vb|
     #vb.gui = true