From c391e54ee51ee3ed0fb8e4faed4a953c6dcb9b57 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 16 Jul 2024 12:01:54 +0800 Subject: [PATCH] Update debian.sh --- plugins/zabbix_agent/versions/7.0/debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/zabbix_agent/versions/7.0/debian.sh b/plugins/zabbix_agent/versions/7.0/debian.sh index 628559a79..669ff301a 100644 --- a/plugins/zabbix_agent/versions/7.0/debian.sh +++ b/plugins/zabbix_agent/versions/7.0/debian.sh @@ -16,7 +16,7 @@ Install_App() { mkdir -p $serverPath/source/zabbix - ZABBIX_NAME=zabbix-release_7.0-2+debian12_all.deb + ZABBIX_NAME=zabbix-release_7.0-2+debian${SYS_VERSION_ID}_all.deb echo "wget -O $serverPath/source/zabbix/${ZABBIX_NAME} https://repo.zabbix.com/zabbix/7.0/debian/pool/main/z/zabbix-release/${ZABBIX_NAME}" if [ ! -f $serverPath/source/zabbix/${ZABBIX_NAME} ];then wget -O $serverPath/source/zabbix/${ZABBIX_NAME} https://repo.zabbix.com/zabbix/7.0/debian/pool/main/z/zabbix-release/${ZABBIX_NAME}