Skip to content

Instantly share code, notes, and snippets.

@miya0001
Created February 28, 2014 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miya0001/9266540 to your computer and use it in GitHub Desktop.
Save miya0001/9266540 to your computer and use it in GitHub Desktop.
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8
dpkg-reconfigure locales
apt-get update -y
apt-get upgrade -y
apt-get install -y git ruby1.9.3 libxslt-dev libxml2-dev make
curl -L https://www.opscode.com/chef/install.sh | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment