Skip to content

Instantly share code, notes, and snippets.

@tmatilai
Created November 14, 2013 03:37
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmatilai/d7adb2bcfa152319c28b to your computer and use it in GitHub Desktop.
Save tmatilai/d7adb2bcfa152319c28b to your computer and use it in GitHub Desktop.
Using Vagrant Apt Repository
# Add signing key
sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 4E9915BC
# Configure Apt source
sudo sh -c 'echo "deb http://vagrant-apt.s3.amazonaws.com/ stable main" > /etc/apt/sources.list.d/vagrant.list'
# Install Vagrant
sudo apt-get update
sudo apt-get install vagrant
@thefon
Copy link

thefon commented Aug 12, 2014

is this still current, eg. Ubuntu 14.04? thanks.

@hackel
Copy link

hackel commented Dec 31, 2014

@thefon No, just check the server. Unfortunately the latest is vagrant_1.3.5_x86_64.deb from 2013-11-13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment