From d3dd8acfa99dae50b5bfb13a29c00c10b11681cb Mon Sep 17 00:00:00 2001
From: Owain Jones <owanes@noc.ac.uk>
Date: Mon, 11 Apr 2016 09:39:28 +0000
Subject: [PATCH] yum-plugin-replace is actually part of the webtatic repo...

---
 install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh
index c5beda4..9b58901 100755
--- a/install.sh
+++ b/install.sh
@@ -13,8 +13,8 @@
 # As root:
 yum check-update -y
 yum install -y epel-release  # enables 'enterprise' software repo
-yum install yum-plugin-replace
 rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
+yum install yum-plugin-replace
 yum update -y 
 
 # Install needed tools
-- 
GitLab