From aa8a1395c25403be900eafada470fb46c0ce3e22 Mon Sep 17 00:00:00 2001 From: Johan Date: Wed, 16 Nov 2022 15:19:46 +0100 Subject: [PATCH] Add librest-client-perl to apache installation script --- BashScripts/install-apache.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/BashScripts/install-apache.sh b/BashScripts/install-apache.sh index 5bc9661..07a620c 100644 --- a/BashScripts/install-apache.sh +++ b/BashScripts/install-apache.sh @@ -94,6 +94,7 @@ apt install libjson-perl -y 2>>install.log && apt install libmime-lite-perl -y 2>>install.log && apt install libexcel-writer-xlsx-perl -y 2>>install.log && apt install libgd-perl -y 2>>install.log && +apt install librest-client-perl -y 2>>install.log && a2enmod rewrite 2>>install.log && a2enmod headers 2>>install.log &&