diff --git a/scripts/_common.sh b/scripts/_common.sh index dc942db..23bbed1 100644 --- a/scripts/_common.sh +++ b/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