Skip to content

Instantly share code, notes, and snippets.

@alejandrobernardis
Created December 12, 2014 17:12
Show Gist options
  • Save alejandrobernardis/ecbb6a769fb1074f6c0e to your computer and use it in GitHub Desktop.
Save alejandrobernardis/ecbb6a769fb1074f6c0e to your computer and use it in GitHub Desktop.
CentOS 7
yum -y update \
&& yum -y upgrade \
&& yum -y groupinstall "Development tools" \
&& yum -y install nano wget tree vim \
&& rpm -iUvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment