From 78da7eef674fda2681591cc659fed8d510a305cf Mon Sep 17 00:00:00 2001 From: Auguste Bedloe Date: Thu, 21 Dec 2023 21:43:43 +0100 Subject: [PATCH] inst-depl --- pre/inst-depl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pre/inst-depl b/pre/inst-depl index a58552c..5927e41 100644 --- a/pre/inst-depl +++ b/pre/inst-depl @@ -26,7 +26,7 @@ str4="wget -nc https://github.com/FOGProject/fogproject/archive/${FOGREL}.tar.gz WPREL=6.4.2 #v6.1.1 le 17/01/2023 -str5="wget -nc https://fr.wordpress.org/latest-fr_FR.tar.gz -O wordpress-6.1.1-fr_FR.tar.gz" +str5="wget -nc https://fr.wordpress.org/latest-fr_FR.tar.gz -O wordpress-6.4.2-fr_FR.tar.gz" str6="curl -L https://github.com/goss-org/goss/releases/latest/download/goss-linux-amd64 -o goss" @@ -37,7 +37,7 @@ str7="curl -L https://github.com/goss-org/goss/releases/latest/download/dgoss -o str8="wget -nc 'https://gestsup.fr/index.php?page=download&channel=stable&version=3.2.30&type=gestsup' -O gestsup_3.2.30.zip" #METRICBEAT ET FILEBEAT -ELKREL=8.5.3 +ELKREL=8.11.3 str81="wget https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-${ELKREL}-amd64.deb" str82="wget https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-${ELKREL}-windows-x86_64.zip" str83="wget https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-${ELKREL}-windows-x86_64.zip"