From 1ac2d3d82522d8d56a1f65d60a71eb9179cf886e Mon Sep 17 00:00:00 2001
From: owanes <owain.jones@noc.ac.uk>
Date: Wed, 28 Oct 2015 10:06:26 +0000
Subject: [PATCH] adding mcrypt to php libraries

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

diff --git a/install.sh b/install.sh
index d06beb2..2b8632a 100644
--- a/install.sh
+++ b/install.sh
@@ -49,7 +49,7 @@ systemctl enable mariadb
 pip install storm
 
 # Install PHP
-yum install php php-fpm php-apc php-pdo
+yum install php php-fpm php-apc php-pdo php-mcrypt
 cp php-fpm-www.conf /etc/php-fpm.d/www.conf
 systemctl enable php-fpm
 
-- 
GitLab