install correct package

This commit is contained in:
Daniel Hansson 2019-04-30 17:36:11 +02:00 committed by GitHub
parent 398062246a
commit 7d7425348f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
lib.sh
View File

@ -707,7 +707,7 @@ fi
}
download_verify_nextcloud_stable() {
install_if_not gpg
install_if_not gnupg
rm -f "$HTML/$STABLEVERSION.tar.bz2"
curl_to_dir "$NCREPO" "$STABLEVERSION.tar.bz2" "$HTML"
mkdir -p "$GPGDIR"