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

Add sha256sum check

This commit is contained in:
Nathanaël HANNEBERT 2021-12-10 21:40:34 +01:00
parent 62cbdf0852
commit a3ca96431e
3 changed files with 3 additions and 0 deletions

View file

@ -82,6 +82,7 @@ else
fi
ynh_exec_quiet "wget -q -O $grafana_deb_dst $grafana_deb_url"
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,6 +76,7 @@ else
fi
ynh_exec_quiet "wget -q -O $grafana_deb_dst $grafana_deb_url"
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,6 +103,7 @@ else
fi
ynh_exec_quiet "wget -q -O $grafana_deb_dst $grafana_deb_url"
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