Change arch dev box url
This commit is contained in:
parent
4bb48baf40
commit
ec96099e25
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|
|
||||
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
|
||||
arch.cache.synced_folder_opts = { }
|
||||
|
||||
|
|
Loading…
Reference in a new issue