Skip to content

Instantly share code, notes, and snippets.

@stuartgmilton
Created October 1, 2018 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuartgmilton/f6618174c326e60ed007e1d58eb22fa9 to your computer and use it in GitHub Desktop.
Save stuartgmilton/f6618174c326e60ed007e1d58eb22fa9 to your computer and use it in GitHub Desktop.
Shell to install git/ansibledocker on Centos
# /usr/bin/sh
yum install epel-release -y
yum update -y
yum install git docker ansible -y
#Didn't work the first time...
set org.gnome.nautilus.icon-view default-zoom-level small
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment