dvhdr / launchpad-pro

Open source firmware for the Launchpad Pro grid controller
BSD 3-Clause "New" or "Revised" License
446 stars 101 forks source link

Dirty Vagrant #22

Closed oasis9 closed 7 years ago

oasis9 commented 7 years ago

Unable to download the box from vagrant atlas 😞

Help appreciated :3

oasis9 commented 7 years ago

Actually, I seem to have solved it myself. Turns out drmyersii has changed his name to drm2, and by indexing that on the vagrant atlas site, I was able to find a correct id for the box. You may want to change that in your vagrantfile (config.vm.box = "drm2/ubuntu-desktop-14.04-x64")

Thanks anyhow.