summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authordragon788 <dragon788@users.noreply.github.com>2016-06-21 21:29:54 +0200
committerJack Humbert <jack.humb@gmail.com>2016-06-21 21:29:54 +0200
commit758a8c64e9ffb12cda4c78d8d1ee6a3f448901fc (patch)
tree391ee62ae73c908a0b5a2bb2c0693caf05f04cf4 /Vagrantfile
parenta69d002506d822fef9713b844cd512cefcffd4fc (diff)
downloadqmk_firmware-758a8c64e9ffb12cda4c78d8d1ee6a3f448901fc.tar.gz
qmk_firmware-758a8c64e9ffb12cda4c78d8d1ee6a3f448901fc.tar.xz
Change base box to avoid breakage in Arch box (#429)
I haven't had a chance to update the Arch base box in a while so using the Ubuntu one is far more likely to succeed for a new user (I did test that box recently as I traded my ErgoDox EZ to a friend and needed to reprogram it for him).
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Vagrantfile b/Vagrantfile
index a6c3afd38..42b437751 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -5,10 +5,10 @@ Vagrant.configure(2) do |config|
# You can only have one config.vm.box uncommented at a time
# Comment this and uncomment another if you don't want to use the minimal Arch box
- config.vm.box = "dragon788/arch-ala-elasticdog"
+ #config.vm.box = "dragon788/arch-ala-elasticdog"
# VMware/Virtualbox 64 bit
- # config.vm.box = "phusion/ubuntu-14.04-amd64"
+ config.vm.box = "phusion/ubuntu-14.04-amd64"
#
# VMware/Virtualbox 64 bit
#config.vm.box = "puphpet/centos65-x64"