1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

clean old cache

This commit is contained in:
Mickael-Martin 2019-07-08 14:01:13 +02:00
parent 4d42e09c65
commit 51a1a6fbfe

View file

@ -97,6 +97,7 @@ ynh_app_setting_set "$app" language "$language"
### - And the section "UPGRADE DEPENDENCIES" in the upgrade script ### - And the section "UPGRADE DEPENDENCIES" in the upgrade script
ynh_print_info "Remove Zabbix if already installed" ynh_print_info "Remove Zabbix if already installed"
apt purge zabbix* -y apt purge zabbix* -y
rm -fr /var/cache/apt/archives/zabbix-server-mysql*
ynh_print_info "Install Zabbix repository" ynh_print_info "Install Zabbix repository"
install_zabbix_repo install_zabbix_repo