EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 2c1e110b authored by Marko Locher's avatar Marko Locher
Browse files

Add explicit steps for installing vagrant on Debian / Ubuntu

parent 4df4788e
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,13 @@ If your software mentions all build dependencies in its SPEC file, you don't nee
## Vagrant Installation
Previously you could install vagrant via rubygems (e.g. using bundler), but since 1.1.x this method is deprecated, so please go to http://downloads.vagrantup.com/ and download the latest package for your operating system
Previously you could install vagrant via rubygems (e.g. using bundler), but since 1.1.x this method is deprecated, so please go to http://downloads.vagrantup.com/ and download the latest package for your operating system. On Debian / Ubuntu run the f.ex. following command.
```bash
gem uninstall vagrant
wget http://files.vagrantup.com/packages/87613ec9392d4660ffcb1d5755307136c06af08c/vagrant_x86_64.deb
sudo dpkg -i vagrant_x86_64.deb
```
Install a vagrant plugin to keep the virtualbox guest additions up-to-date.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment