Skip to content

Instantly share code, notes, and snippets.

@Tom-Millard
Created January 30, 2017 10:00
Show Gist options
  • Save Tom-Millard/2f3442d300d915fc1138e03d4411b494 to your computer and use it in GitHub Desktop.
Save Tom-Millard/2f3442d300d915fc1138e03d4411b494 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo yum -y update;
sudo yum -y install ruby;
sudo yum -y install wget;
cd /home/ec2-user;
wget https://aws-codedeploy-eu-west-2.s3.amazonaws.com/latest/install;
chmod +x ./install;
sudo ./install auto;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment