Compare commits

..

No commits in common. "b/prometheus-server" and "master" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View file

@ -15,10 +15,6 @@ case $os in
# Differntation not needed anymore
apt_source_distribution=stable
;;
10*|buster)
# Differntation not needed anymore
apt_source_distribution=stable
;;
*)
echo "Don't know how to install Grafana on $os $os_version. Send us a pull request!" >&2
exit 1

View file

@ -33,7 +33,6 @@ if [ -f "$__object/parameter/install-from-backports" ]; then
*)
echo "--install-from-backports is only supported on Devuan -- ignoring." >&2
echo "Send a pull request if you require it." >&2
exit 1
;;
esac
else