1
0
mirror of https://github.com/Luzifer/github-publish.git synced 2024-09-19 07:52:56 +00:00

Fetch updates before installing zip on debian

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-07-23 16:47:43 +02:00
parent bcf3269f83
commit 5f75dff4b6
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
05e4977d541b2ef07c757acca912b7b58b379fb425eceb3a1f53c829a78a4aa4 docker2aci.sh
36f8d0fb8c85b3ec8653a23905242907f0705a5bc6ece595e09013666fd5486e golang.sh
a67013cf190c70c8ca8d18c6045e8735d16926dd0fc6d804c3a40ef4c1123b43 golang.sh

View File

@ -6,7 +6,7 @@ curl -sL https://raw.githubusercontent.com/Luzifer/github-publish/master/SHA256S
(which zip 2>&1 1>/dev/null) || {
(which apk 2>&1 1>/dev/null) && apk add --update zip
(which apt-get 2>&1 1>/dev/null) && apt-get install -y zip
(which apt-get 2>&1 1>/dev/null) && apt-get update && apt-get install -y zip
}
function step() {