make statping binary executable hopefully a good snap build

pull/1045/head
Adam Boutcher 2021-08-20 11:53:43 +01:00
parent 62929e618e
commit 087abe332c
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +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
mv /usr/local/bin/statping ./
build-packages:
- git