Skip to content

Instantly share code, notes, and snippets.

@halida
Last active August 29, 2015 14:16
Show Gist options
  • Save halida/c7fdb30814f52df2b781 to your computer and use it in GitHub Desktop.
Save halida/c7fdb30814f52df2b781 to your computer and use it in GitHub Desktop.
Install chef
#!/bin/sh
# run
# curl http://ow.ly/JI3j3 | sh
mkdir -p /tmp/chef-install && cd /tmp/chef-install
wget https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/12.04/x86_64/chefdk_0.4.0-1_amd64.deb
sudo dpkg -i *.deb
cd && rm -rf /tmp/chef-install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment