Skip to content

Instantly share code, notes, and snippets.

@sfreiberg
Created January 11, 2013 23:57
Show Gist options
  • Save sfreiberg/4515042 to your computer and use it in GitHub Desktop.
Save sfreiberg/4515042 to your computer and use it in GitHub Desktop.
Install fpm on centos 6.x with shepherd
// install fpm on centos 6.x
yum("ruby rubygems ruby-devel")
// yum groupinstall "Development Tools"
command("gem install fpm")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment