#!/bin/bash

set -e

yum install -y python-pip && pip install -U elasticsearch-curator==3.5

exit 0
