Skip to content

Instantly share code, notes, and snippets.

@skt-bford
Last active December 13, 2015 19:19
Show Gist options
  • Save skt-bford/4961941 to your computer and use it in GitHub Desktop.
Save skt-bford/4961941 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# requirements
yum -y install wget crontabs sudo
/sbin/chkconfig --levels 235 crond on
/etc/init.d/crond start
# perform updates
yum -y update
# configure NTP
cd /usr/local/src
wget https://gist.github.com/skt-bford/4961395/raw/ntp.setup.sh
sh ntp.setup.sh
rm -rf ntp.setup.sh
# update git
cd /usr/local/src
wget https://gist.github.com/skt-bford/4961664/raw/git.setup.sh
sh git.setup.sh
rm -f git.setup.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment