Created
January 30, 2017 10:00
-
-
Save Tom-Millard/2f3442d300d915fc1138e03d4411b494 to your computer and use it in GitHub Desktop.
This file contains 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 | |
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