Change arch dev box url
This commit is contained in:
parent
04108973d4
commit
3ad2d6eb50
1 changed files with 1 additions and 1 deletions
2
development/Vagrantfile
vendored
2
development/Vagrantfile
vendored
|
@ -119,7 +119,7 @@ Vagrant.configure("2") do |config|
|
||||||
|
|
||||||
config.vm.define :arch do |arch|
|
config.vm.define :arch do |arch|
|
||||||
arch.vm.box = 'arch64'
|
arch.vm.box = 'arch64'
|
||||||
arch.vm.box_url = 'http://vagrant.pouss.in/archlinux_2012-07-02.box'
|
arch.vm.box_url = 'https://dl.dropboxusercontent.com/u/6750592/Arch_Linux_2013.11_x64.box'
|
||||||
# Disable NFS
|
# Disable NFS
|
||||||
arch.cache.synced_folder_opts = { }
|
arch.cache.synced_folder_opts = { }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue