Skip to content

Instantly share code, notes, and snippets.

@meeh420
Forked from marcelmorgan/gist:4046271
Created January 3, 2016 18:43
Show Gist options
  • Save meeh420/ef2ddac29ece9ebcd3b8 to your computer and use it in GitHub Desktop.
Save meeh420/ef2ddac29ece9ebcd3b8 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