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

Change : in upgrade script, set exact target version

This commit is contained in:
Nathanaël HANNEBERT 2021-12-09 15:42:18 +01:00
parent 0abb00a82e
commit f1f5217205

View file

@ -85,7 +85,7 @@ if [ -f "/etc/apt/sources.list.d/grafana_stable.list" ] ; then
fi
ynh_install_app_dependencies $pkg_dependencies
ynh_install_extra_app_dependencies --repo="deb https://packages.grafana.com/oss/deb stable main" --package="grafana (>=$GRAFANA_VERSION)" --key="https://packages.grafana.com/gpg.key"
ynh_install_extra_app_dependencies --repo="deb https://packages.grafana.com/oss/deb stable main" --package="grafana (=$GRAFANA_VERSION)" --key="https://packages.grafana.com/gpg.key"
#=================================================
# SPECIFIC UPGRADE