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:
parent
62cbdf0852
commit
a3ca96431e
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue