From 4b234d685fdbe7dfb17b15aca3e866f7b427b72d Mon Sep 17 00:00:00 2001 From: oasis9 Date: Wed, 19 Apr 2017 12:02:31 +1200 Subject: Update Vagrantfile Confirmed working: https://puu.sh/voLSZ/21a45ea387.png --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 81f83fd..ff2ddad 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -12,7 +12,7 @@ Vagrant.configure(2) do |config| # Every Vagrant development environment requires a box. You can search for # boxes at https://atlas.hashicorp.com/search. - config.vm.box = "drmyersii/ubuntu-desktop-14.04-x64" + config.vm.box = "drm2/ubuntu-14.04-desktop-x64" # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs -- cgit v1.2.1