Skip to content

Instantly share code, notes, and snippets.

@mamiu
Created March 21, 2015 18:35
Show Gist options
  • Select an option

  • Save mamiu/2bedda506ffce0a92d0d to your computer and use it in GitHub Desktop.

Select an option

Save mamiu/2bedda506ffce0a92d0d to your computer and use it in GitHub Desktop.
install vagrant on uberspace
#!/bin/bash
mkdir ~/vagrant_tmp
cd ~/vagrant_tmp
wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2_x86_64.rpm
rpm2cpio vagrant_1.7.2_x86_64.rpm | cpio -id
mv ./opt/vagrant/bin/vagrant ~/.toast/armed/bin/
mv ./opt/vagrant/embedded/ ~/.toast/armed/
cd && rm -rf ~/vagrant_tmp
@ThraaxSession
Copy link

ThraaxSession commented Sep 1, 2016

It's old and doesn't work anymore.

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