From ec96099e255bac26bb5029ccb437ef9d5ea079c3 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Tue, 25 Feb 2014 23:53:49 -0300 Subject: [PATCH] Change arch dev box url --- development/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/Vagrantfile b/development/Vagrantfile index 6be896f..63683d8 100644 --- a/development/Vagrantfile +++ b/development/Vagrantfile @@ -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 = { }