mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	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).
This commit is contained in:
		
							parent
							
								
									a69d002506
								
							
						
					
					
						commit
						758a8c64e9
					
				
							
								
								
									
										4
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							| @ -5,10 +5,10 @@ Vagrant.configure(2) do |config| | |||||||
|   # You can only have one config.vm.box uncommented at a time |   # 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 |   # 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 |   # VMware/Virtualbox 64 bit | ||||||
|   # config.vm.box = "phusion/ubuntu-14.04-amd64" |   config.vm.box = "phusion/ubuntu-14.04-amd64" | ||||||
|   # |   # | ||||||
|   # VMware/Virtualbox 64 bit |   # VMware/Virtualbox 64 bit | ||||||
|   #config.vm.box = "puphpet/centos65-x64" |   #config.vm.box = "puphpet/centos65-x64" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 dragon788
						dragon788