Skip to content

Instantly share code, notes, and snippets.

@neilmillard
Last active October 20, 2017 08:22
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 neilmillard/4ab0f7be6bc1bc2b7bd1b625d468f341 to your computer and use it in GitHub Desktop.
Save neilmillard/4ab0f7be6bc1bc2b7bd1b625d468f341 to your computer and use it in GitHub Desktop.
install bosh-cli on centos 2.0.42
#!/bin/bash
sudo yum install -y wget git
wget -O bosh https://s3.amazonaws.com/bosh-cli-artifacts/bosh-cli-2.0.42-linux-amd64
sudo mv bosh /usr/local/bin/bosh
sudo chmod +x /usr/local/bin/bosh
sudo yum install -y gcc gcc-c++ ruby ruby-devel mysql-devel postgresql-devel postgresql-libs sqlite-devel libxslt-devel libxml2-devel patch openssl
gem install yajl-ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment