Created
March 21, 2015 18:35
-
-
Save mamiu/2bedda506ffce0a92d0d to your computer and use it in GitHub Desktop.
install vagrant on uberspace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's old and doesn't work anymore.