From 2c8d2aa6afbc1362c82838eca094482c2c0b01af Mon Sep 17 00:00:00 2001
From: owanes <owain.jones@noc.ac.uk>
Date: Wed, 14 Oct 2015 13:34:19 +0100
Subject: [PATCH] update install.sh

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

diff --git a/install.sh b/install.sh
index 315adcb..af334b9 100644
--- a/install.sh
+++ b/install.sh
@@ -45,7 +45,7 @@ systemctl enable mariadb
 pip install storm
 
 # Install PHP
-yum install php php-fpm php-apc
+yum install php php-fpm php-apc php-pdo
 cp php-fpm-www.conf /etc/php-fpm.d/www.conf
 systemctl enable php-fpm
 
-- 
GitLab