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

fix previous commit

This commit is contained in:
Nathanaël HANNEBERT 2021-12-11 17:00:19 +01:00
parent a3ca96431e
commit 7c16e4b9b8
3 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@ else
fi
ynh_exec_quiet "wget -q -O $grafana_deb_dst $grafana_deb_url"
echo "$sha256sum grafana_deb_dst" | sha256sum -c -
echo "$sha256sum $grafana_deb_dst" | sha256sum -c -
ynh_script_progression --message="Installing Grafana..." --weight=11
DEBIAN_FRONTEND=noninteractive ynh_exec_warn_less dpkg --force-confold -i $grafana_deb_dst

View file

@ -76,7 +76,7 @@ else
fi
ynh_exec_quiet "wget -q -O $grafana_deb_dst $grafana_deb_url"
echo "$sha256sum grafana_deb_dst" | sha256sum -c -
echo "$sha256sum $grafana_deb_dst" | sha256sum -c -
ynh_script_progression --message="Installing Grafana..." --weight=11
DEBIAN_FRONTEND=noninteractive ynh_exec_warn_less dpkg --force-confold -i $grafana_deb_dst

View file

@ -103,7 +103,7 @@ else
fi
ynh_exec_quiet "wget -q -O $grafana_deb_dst $grafana_deb_url"
echo "$sha256sum grafana_deb_dst" | sha256sum -c -
echo "$sha256sum $grafana_deb_dst" | sha256sum -c -
ynh_script_progression --message="Installing Grafana..." --weight=11
DEBIAN_FRONTEND=noninteractive ynh_exec_warn_less dpkg --force-confold -i $grafana_deb_dst