Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lee-pai-long/b0a0b6ac38fe587124d9 to your computer and use it in GitHub Desktop.
Save lee-pai-long/b0a0b6ac38fe587124d9 to your computer and use it in GitHub Desktop.

[LINUX MINT 17.2] Install latest Vagrant

$ wget https://releases.hashicorp.com/vagrant/1.8.1/vagrant_1.8.1_x86_64.deb \
> -O /tmp/vagrant_1.8.1_x86_64.deb && \
> [sudo] dpkg -i $_

Another solution is to use this unofficial repository.

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