This commit is contained in:
Daniel Hansson 2019-04-29 18:42:21 +02:00 committed by GitHub
parent d1618e5cf7
commit 17ff3b655a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
lib.sh
View File

@ -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"