mirror of
https://github.com/limosek/zaf.git
synced 2024-11-14 22:49:06 +01:00
Removed autoinstallation of zabbix package in debian
This commit is contained in:
parent
41d6d508f0
commit
5bff2c5dc6
@ -140,15 +140,6 @@ zaf_uninstall(){
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Automaticaly install agent on debian
|
|
||||||
# For another os, create similar function (install_zabbix_centos)
|
|
||||||
zaf_install_agent_debian() {
|
|
||||||
zaf_fetch_url "http://repo.zabbix.com/zabbix/3.0/debian/pool/main/z/zabbix-release/zabbix-release_3.0-1+${ZAF_OS_CODENAME}_all.deb" >"/tmp/zaf-installer/zabbix-release_3.0-1+${ZAF_OS_CODENAME}_all.deb" \
|
|
||||||
&& dpkg -i "/tmp/zaf-installer/zabbix-release_3.0-1+${ZAF_OS_CODENAME}_all.deb" \
|
|
||||||
&& apt-get update \
|
|
||||||
&& apt-get install -y -q $ZAF_AGENT_PKG
|
|
||||||
}
|
|
||||||
|
|
||||||
zaf_install_agent_opkg() {
|
zaf_install_agent_opkg() {
|
||||||
opkg update && \
|
opkg update && \
|
||||||
opkg install $ZAF_AGENT_PKG
|
opkg install $ZAF_AGENT_PKG
|
||||||
|
Loading…
Reference in New Issue
Block a user