1
0
Fork 0
mirror of https://github.com/Luzifer/github-publish.git synced 2024-11-09 14:50:07 +00:00

Install requirement

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-12-28 18:33:28 +01:00
parent 85ef73b298
commit 5d0421aa0f
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
2 changed files with 5 additions and 1 deletions

View file

@ -1,2 +1,2 @@
05e4977d541b2ef07c757acca912b7b58b379fb425eceb3a1f53c829a78a4aa4 docker2aci.sh
61e06043c65ade1043a102bb91a3faefab8a33e94c08551f0a9ad039cc6c7f9c golang.sh
59fc45e309d76de3290289f31126ca862b4858193bf2c12a8a080f2c13a6c23a golang.sh

View file

@ -1,4 +1,8 @@
#!/bin/bash
set -euxo pipefail
( which apk 2>&1 1>/dev/null ) && apk add --update zip
( which apt-get 2>&1 1>/dev/null ) && apt-get install -y zip
curl -sL https://raw.githubusercontent.com/Luzifer/github-publish/master/SHA256SUMS | \
grep "golang.sh" | sha256sum -c || exit 2