Testing changes to snap

pull/1045/head
Adam Boutcher 2021-08-20 12:18:02 +01:00
parent 087abe332c
commit 10f1f1e0a6
1 changed files with 5 additions and 5 deletions

View File

@ -15,13 +15,13 @@ grade: stable
architectures:
- build-on: amd64
- build-on: armhf
- build-on: arm64
- build-on: i386
# - build-on: armhf
# - build-on: arm64
# - build-on: i386
apps:
statping:
command: statping
command: ./statping
plugs:
- home
- network
@ -35,7 +35,7 @@ parts:
apt-get update
apt-get install -y curl
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 ./
build-packages:
- git