Skip to content

Instantly share code, notes, and snippets.

@quellhorst
Last active December 10, 2015 16:48
Show Gist options
  • Save quellhorst/4463962 to your computer and use it in GitHub Desktop.
Save quellhorst/4463962 to your computer and use it in GitHub Desktop.
Will need to manually login to install ssh-server
ssh username@192.168.1.100
sudo su root
cd
apt-get install curl -y
curl -L https://gist.github.com/raw/4463948/35799e6bed3a63ddbde127dc72498f12bbb655c7/chef_solo_bootstrap.sh | bash
# This should show you your ruby version
ruby -v
# This should show you your chef version
chef-solo -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment