Skip to content

Instantly share code, notes, and snippets.

@chriswessells
Created March 2, 2017 02:30
Show Gist options
  • Save chriswessells/a3f91a8797d1e500cf999f69ea2114a8 to your computer and use it in GitHub Desktop.
Save chriswessells/a3f91a8797d1e500cf999f69ea2114a8 to your computer and use it in GitHub Desktop.
Setup chefdk on c9.io
wget https://packages.chef.io/files/stable/chefdk/1.2.22/ubuntu/14.04/chefdk_1.2.22-1_amd64.deb
sudo dpkg -i chefdk_1.2.22-1_amd64.deb
echo 'eval "$(chef shell-init bash)"' >> ~/.profile
source ~/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment