Correct snapcraft link

pull/1045/head
Adam Boutcher 2021-08-17 21:34:10 +01:00
parent 1e430fc9a8
commit 373299c313
1 changed files with 3 additions and 3 deletions

View File

@ -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