Skip to content

Instantly share code, notes, and snippets.

@marcelmorgan
Created November 9, 2012 15:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save marcelmorgan/4046271 to your computer and use it in GitHub Desktop.
Save marcelmorgan/4046271 to your computer and use it in GitHub Desktop.
Bootstrap Chef on Archlinux
#!/usr/bin/env bash
pacman -Syyu
pacman -S ruby rsync base-devel
gem install chef ruby-shadow --no-ri --no-rdoc --no-user-install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment