Update to snapcraft.

pull/1045/head
Adam Boutcher 2021-08-17 21:33:02 +01:00
parent 3070e87013
commit 1e430fc9a8
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
name: statping
name: statping-ng
version-script: cat version.txt
version: "stable"
summary: Statping Server Monitoring with Status Page
summary: Statping-ng 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://statping.com/install.sh | bash
curl -o- -L https://raw.githubusercontent.com/statping-ng/statping-ng/stable/snapcraft.yaml | bash
mv /usr/local/bin/statping ./
build-packages:
- git