From ddd8dd10e7456e118491bccd7a44a58b18760a06 Mon Sep 17 00:00:00 2001 From: Tarek Loubani Date: Thu, 2 Jun 2016 13:13:18 -0400 Subject: [PATCH] fix link to result in instant download --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 595c456bdb7..bac277c0907 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,7 @@ # Vagrant.configure("2") do |config| config.vm.box = 'discourse-16.04' - config.vm.box_url = "https://www.dropbox.com/s/2132770g1e05c6d/discourse.box?dl=0" + config.vm.box_url = "https://www.dropbox.com/s/2132770g1e05c6d/discourse.box?dl=1" # Make this VM reachable on the host network as well, so that other # VM's running other browsers can access our dev server.