Last active
August 29, 2015 14:01
-
-
Save jurikern/247abb5d6b1e91936ae5 to your computer and use it in GitHub Desktop.
Bootstrap chef on a pure Debian 7.5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
locale-gen en_US.UTF-8 | |
\curl -sSL https://get.rvm.io | bash -s stable --ruby | |
source /usr/local/rvm/scripts/rvm | |
rvm gemset create teddy | |
rvm gemset use teddy --default | |
gem install chef ruby-shadow --no-ri --no-rdoc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment