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