Skip to content

Instantly share code, notes, and snippets.

@just3ws
Last active December 15, 2015 07:49
Show Gist options
  • Save just3ws/5225941 to your computer and use it in GitHub Desktop.
Save just3ws/5225941 to your computer and use it in GitHub Desktop.
Prepare Ubuntu hosts for installation
#!/bin/bash -ex
apt-get -y install curl
curl -L https://gist.github.com/just3ws/5184024/raw/90677d99b50ba7182ef6a371edcbc3d20c5c62ab/ubuntu_bootstrap_locale.sh | bash
curl -L https://gist.github.com/just3ws/5183471/raw/dbcfa7b2cb7889d4d289f1e5464ac5dbb4f39085/chef_solo_bootstrap.sh | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment