From f9e55cc4d2711a9c112e1525267a67e9599194f3 Mon Sep 17 00:00:00 2001 From: Antoine Guyon Date: Tue, 9 Mar 2021 11:53:55 +0100 Subject: [PATCH] Update glpi-install.sh --- glpi-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glpi-install.sh b/glpi-install.sh index 0ed3652..48cb64b 100644 --- a/glpi-install.sh +++ b/glpi-install.sh @@ -2,6 +2,8 @@ #Prise de la latest VERSION_GLPI=$(curl -s https://api.github.com/repos/glpi-project/glpi/releases/latest | grep tag_name | cut -d '"' -f 4) +#Pour utiliser une version specifique: +#VERSION_GLPI=9.5.4 if [[ -z "${TIMEZONE}" ]]; then echo "TIMEZONE is unset"; else echo "date.timezone = \"$TIMEZONE\"" > /etc/php/7.3/apache2/conf.d/timezone.ini;