Skip to content

Instantly share code, notes, and snippets.

@benhosmer
Last active December 16, 2015 05:59
Show Gist options
  • Save benhosmer/5387869 to your computer and use it in GitHub Desktop.
Save benhosmer/5387869 to your computer and use it in GitHub Desktop.
Kickstart my CentOS-Minimal machine with some helpful utilities.
# Setup the CentOS Base with helpful utilities
#!/bin/bash
yum update -y
yum install system-config-firewall-tui vim screen sudo man git -y
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -Uvh epel-release-6-8.noarch.rpm
yum install salt-minion --enablerepo=epel -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment