From db0788288c7f85806212d6083ec8254605bb4020 Mon Sep 17 00:00:00 2001
From: Owain Jones <owanes@noc.ac.uk>
Date: Tue, 9 Feb 2016 11:29:25 +0000
Subject: [PATCH] added uglifycss/uglifyjs packages

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

diff --git a/install.sh b/install.sh
index 833d727..2f65c82 100644
--- a/install.sh
+++ b/install.sh
@@ -43,7 +43,7 @@ mysql_secure_installation
 systemctl enable mariadb
 
 # Install ElasticSearch
-# (Used for getting 
+# (Used for full-text searching of glider log files)
 yum install java-1.8.0-openjdk
 rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch
 cp elasticsearch.repo /etc/yum/repos.d/
-- 
GitLab