yalh76 hace 4 años
padre
commit
22caba90a4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/_common.sh

+ 1 - 1
scripts/_common.sh

@@ -214,7 +214,7 @@ check_proc_zabbixagent () {
 # Install Zabbix repo
 #
 install_zabbix_repo(){
-    ynh_install_extra_repo --repo="http://repo.zabbix.com/zabbix/4.4/debian $(lsb_release -sc) main" --key=https://repo.zabbix.com/zabbix-official-repo.key  --priority=999  --name=zabbix
+    ynh_install_extra_repo --repo="http://repo.zabbix.com/zabbix/5.0/debian $(lsb_release -sc) main" --key=https://repo.zabbix.com/zabbix-official-repo.key  --priority=999  --name=zabbix
 }
 
 # Remove Zabbix repo