We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22d66d commit cdb121aCopy full SHA for cdb121a
install/zabbix-install.sh
@@ -22,7 +22,7 @@ msg_ok "Installed Dependencies"
22
23
msg_info "Installing Zabbix"
24
cd /tmp
25
-wget -q https://repo.zabbix.com/zabbix/7.2/debian/pool/main/z/zabbix-release/zabbix-release_latest+debian12_all.deb
+wget -q https://repo.zabbix.com/zabbix/7.2/release/debian/pool/main/z/zabbix-release/zabbix-release_latest+debian12_all.deb
26
$STD dpkg -i /tmp/zabbix-release_latest+debian12_all.deb
27
$STD apt-get update
28
$STD apt-get install -y zabbix-server-pgsql zabbix-frontend-php php8.2-pgsql zabbix-apache-conf zabbix-sql-scripts
0 commit comments