From 373299c3131f670a1f0798442be3b16e538325af Mon Sep 17 00:00:00 2001 From: Adam Boutcher Date: Tue, 17 Aug 2021 21:34:10 +0100 Subject: [PATCH] Correct snapcraft link --- snapcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 5b2ecb6a..c6bd3365 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,7 +1,7 @@ -name: statping-ng +name: statping version-script: cat version.txt version: "stable" -summary: Statping-ng Server Monitoring with Status Page +summary: Statping Server Monitoring with Status Page description: > An easy to use Status Page for your websites and applications. Statping will automatically fetch the application and render a beautiful @@ -34,7 +34,7 @@ parts: override-build: | apt-get update apt-get install -y curl - curl -o- -L https://raw.githubusercontent.com/statping-ng/statping-ng/stable/snapcraft.yaml | bash + curl -o- -L https://raw.githubusercontent.com/statping-ng/statping-ng/stable/install.sh | bash mv /usr/local/bin/statping ./ build-packages: - git