From 185c5cb45b76fe7b1b064048bb9b1164b619eaab Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 25 Jul 2024 12:34:37 +0800 Subject: [PATCH] Update ubuntu.sh --- plugins/zabbix/versions/7.0/ubuntu.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/zabbix/versions/7.0/ubuntu.sh b/plugins/zabbix/versions/7.0/ubuntu.sh index cf40bca71..7bc4eb851 100644 --- a/plugins/zabbix/versions/7.0/ubuntu.sh +++ b/plugins/zabbix/versions/7.0/ubuntu.sh @@ -36,13 +36,15 @@ Install_App() cd $serverPath/source/zabbix && dpkg -i ${ZABBIX_NAME} apt update -y - apt install -y zabbix-server-mysql zabbix-frontend-php zabbix-sql-scripts zabbix-get + apt install -y zabbix-server-mysql + apt install -y zabbix-frontend-php zabbix-sql-scripts apt install -y zabbix-agent } Uninstall_App() { - apt remove -y zabbix-server-mysql zabbix-frontend-php zabbix-sql-scripts zabbix-get + apt remove -y zabbix-server-mysql + apt remove -y zabbix-frontend-php zabbix-sql-scripts apt remove -y zabbix-agent rm -rf /etc/zabbix