From 0a9e8e4f1c6649c4cc18828f44dcf9d95a0592dd Mon Sep 17 00:00:00 2001 From: Umegbewe Nwebedu Date: Wed, 2 Jun 2021 14:49:47 +0100 Subject: [PATCH] Updated Vagrantfile Updated the vagrantfile with a lucidbox32 from vagrant to avoid the "An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again." --- src/Vagrantfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Vagrantfile b/src/Vagrantfile index 046ab4c..20fefbe 100644 --- a/src/Vagrantfile +++ b/src/Vagrantfile @@ -9,12 +9,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # options are documented and commented below. For a complete reference, # please see the online documentation at vagrantup.com. - # Every Vagrant virtual environment requires a box to build off of. - config.vm.box = "lucid32" - # The url from where the 'config.vm.box' box will be fetched if it # doesn't already exist on the user's system. - config.vm.box_url = "http://files.vagrantup.com/lucid32.box" + config.vm.box = "lvphu609/lucid32" # Create a forwarded port mapping which allows access to a specific port # within the machine from a port on the host machine. In the example below,