From 17ff3b655aeb0138a153f40b40d3803d02f080ca Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Mon, 29 Apr 2019 18:42:21 +0200 Subject: [PATCH] fix https://github.com/nextcloud/vm/issues/826 --- lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib.sh b/lib.sh index 81d2d78f..c442f80d 100644 --- a/lib.sh +++ b/lib.sh @@ -707,6 +707,7 @@ fi } download_verify_nextcloud_stable() { +install_if_not gpg rm -f "$HTML/$STABLEVERSION.tar.bz2" curl_to_dir "$NCREPO" "$STABLEVERSION.tar.bz2" "$HTML" mkdir -p "$GPGDIR"