Skip to content

Instantly share code, notes, and snippets.

@MasazI
Created June 16, 2015 23:33
Show Gist options
  • Save MasazI/7409cd2dfbf66ab47564 to your computer and use it in GitHub Desktop.
Save MasazI/7409cd2dfbf66ab47564 to your computer and use it in GitHub Desktop.
vagrant_add.sh
# 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