Created
June 16, 2015 23:33
-
-
Save MasazI/7409cd2dfbf66ab47564 to your computer and use it in GitHub Desktop.
vagrant_add.sh
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
# curl -L https://github.com/2creatives/vagrant-centos/releases/download/v6.5.3/centos65-x86_64-20140116.box > centos.box | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 280M 100 280M 0 0 2068k 0 0:02:18 0:02:18 --:--:-- 4524k | |
# ls | |
centos.box | |
# vagrant box add centos centos.box | |
==> box: Adding box 'centos' (v0) for provider: | |
box: Downloading: file:///root/vagrant/centos/centos.box | |
==> box: Successfully added box 'centos' (v0) for 'virtualbox'! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment