mirror of https://github.com/statping/statping
Testing changes to snap
parent
087abe332c
commit
10f1f1e0a6
|
@ -15,13 +15,13 @@ grade: stable
|
||||||
|
|
||||||
architectures:
|
architectures:
|
||||||
- build-on: amd64
|
- build-on: amd64
|
||||||
- build-on: armhf
|
# - build-on: armhf
|
||||||
- build-on: arm64
|
# - build-on: arm64
|
||||||
- build-on: i386
|
# - build-on: i386
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
statping:
|
statping:
|
||||||
command: statping
|
command: ./statping
|
||||||
plugs:
|
plugs:
|
||||||
- home
|
- home
|
||||||
- network
|
- network
|
||||||
|
@ -35,7 +35,7 @@ parts:
|
||||||
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/install.sh | bash
|
curl -o- -L https://raw.githubusercontent.com/statping-ng/statping-ng/stable/install.sh | bash
|
||||||
chmod +x /usr/local/bin/statping
|
ls /usr/local/bin/
|
||||||
mv /usr/local/bin/statping ./
|
mv /usr/local/bin/statping ./
|
||||||
build-packages:
|
build-packages:
|
||||||
- git
|
- git
|
||||||
|
|
Loading…
Reference in New Issue