Skip to content

Instantly share code, notes, and snippets.

@rch317
Last active November 22, 2017 03:51
Show Gist options
  • Save rch317/fb019da926bb27fd72953827f9b65361 to your computer and use it in GitHub Desktop.
Save rch317/fb019da926bb27fd72953827f9b65361 to your computer and use it in GitHub Desktop.
ecmApp_post_deploy.sh
#!/bin/sh
echo "Starting post-deploy script"
sudo yum update -y
sudo yum groupinstall "infrastructure-server-environment" -y
sudo yum install epel-release -y
sudo yum install open-vm-tools git jq python-pip2 -y
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment