Skip to content

Instantly share code, notes, and snippets.

@neatshell
Last active August 29, 2015 13:57
Show Gist options
  • Save neatshell/9639431 to your computer and use it in GitHub Desktop.
Save neatshell/9639431 to your computer and use it in GitHub Desktop.
A bootstrap script to initialize a centos64 vagrant box
#!/bin/bash
echo "LC_ALL=C" >> /etc/environment
yum -y install git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment