From a93bda84ae63b9fddcd7bdaa0cf92de0eea2ff20 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sun, 29 Oct 2023 21:59:53 +0100 Subject: [PATCH] Set zabbix version to 6.5 (7.0 beta) --- src/zabbix/install-service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zabbix/install-service.sh b/src/zabbix/install-service.sh index 9a4ac6a..8a0402a 100644 --- a/src/zabbix/install-service.sh +++ b/src/zabbix/install-service.sh @@ -10,7 +10,7 @@ source /root/zamba.conf source /root/constants-service.conf apt-key adv --fetch https://repo.zabbix.com/zabbix-official-repo.key -echo "deb https://repo.zabbix.com/zabbix/6.0/debian/ $(lsb_release -cs) main contrib non-free" > /etc/apt/sources.list.d/zabbix-6.0.list +echo "deb https://repo.zabbix.com/zabbix/6.5/debian/ $(lsb_release -cs) main contrib non-free" > /etc/apt/sources.list.d/zabbix-6.5.list wget -q -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list