mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
change args for ynh_install_extra_repo
This commit is contained in:
parent
c59ffc2a6f
commit
4ab488d3fd
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ ynh_app_setting_set "$app" language "$language"
|
||||||
### - As well as the section "REINSTALL DEPENDENCIES" in the restore script
|
### - As well as the section "REINSTALL DEPENDENCIES" in the restore script
|
||||||
### - And the section "UPGRADE DEPENDENCIES" in the upgrade script
|
### - And the section "UPGRADE DEPENDENCIES" in the upgrade script
|
||||||
ynh_print_info "Install Zabbix repository"
|
ynh_print_info "Install Zabbix repository"
|
||||||
ynh_install_extra_repo --repo="http://repo.zabbix.com/zabbix/4.0/debian" --key="https://repo.zabbix.com/zabbix/4.0/debian/dists/stretch/Release.gpg"
|
ynh_install_extra_repo --repo="http://repo.zabbix.com/zabbix/4.0/debian $(lsb_release -sc) main" --key="https://repo.zabbix.com/zabbix/4.0/debian/dists/stretch/Release.gpg"
|
||||||
|
|
||||||
ynh_print_info "Update and install dependencies"
|
ynh_print_info "Update and install dependencies"
|
||||||
ynh_install_app_dependencies libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.2-0 php7.0 php-bcmath php7.0-bcmath ttf-dejavu-core php7.0-bcmath patch smistrip unzip wget fping libcap2-bin libiksemel3 libopenipmi0 libpam-cap libsnmp-base libsnmp30 snmptrapd snmpd libjs-prototype jq
|
ynh_install_app_dependencies libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.2-0 php7.0 php-bcmath php7.0-bcmath ttf-dejavu-core php7.0-bcmath patch smistrip unzip wget fping libcap2-bin libiksemel3 libopenipmi0 libpam-cap libsnmp-base libsnmp30 snmptrapd snmpd libjs-prototype jq
|
||||||
|
|
Loading…
Add table
Reference in a new issue