mirror of https://github.com/statping/statping
Correct snapcraft link
parent
1e430fc9a8
commit
373299c313
|
@ -1,7 +1,7 @@
|
||||||
name: statping-ng
|
name: statping
|
||||||
version-script: cat version.txt
|
version-script: cat version.txt
|
||||||
version: "stable"
|
version: "stable"
|
||||||
summary: Statping-ng Server Monitoring with Status Page
|
summary: Statping Server Monitoring with Status Page
|
||||||
description: >
|
description: >
|
||||||
An easy to use Status Page for your websites and applications.
|
An easy to use Status Page for your websites and applications.
|
||||||
Statping will automatically fetch the application and render a beautiful
|
Statping will automatically fetch the application and render a beautiful
|
||||||
|
@ -34,7 +34,7 @@ parts:
|
||||||
override-build: |
|
override-build: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y curl
|
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 ./
|
mv /usr/local/bin/statping ./
|
||||||
build-packages:
|
build-packages:
|
||||||
- git
|
- git
|
||||||
|
|
Loading…
Reference in New Issue