Last active
December 15, 2015 07:49
-
-
Save just3ws/5225941 to your computer and use it in GitHub Desktop.
Prepare Ubuntu hosts for installation
This file contains hidden or 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
| #!/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