zabbix repo download to tmp

This commit is contained in:
Bachir Soussi Chiadmi 2018-04-08 00:29:38 +02:00
parent 3bdf7743be
commit 75e9dfb382

View File

@ -14,9 +14,10 @@ if [ "$EUID" -ne 0 ]; then
exit
fi
cd
wget http://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb
dpkg -i zabbix-release_3.0-2+stretch_all.deb
wget -P /tmp/ http://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb
dpkg -i /tmp/zabbix-release_3.0-2+stretch_all.deb
apt-get update -y