remove double wording

This commit is contained in:
Daniel Hansson 2019-06-29 20:04:23 +02:00 committed by GitHub
parent 306af07ada
commit bc6a4c1eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
lib.sh
View File

@ -723,7 +723,7 @@ download_verify_nextcloud_stable() {
install_if_not gnupg
rm -f "$HTML/$STABLEVERSION.tar.bz2"
cd $HTML
print_text_in_color "$Cyan" "Downloading Nextcloud $STABLEVERSION..."
print_text_in_color "$Cyan" "Downloading $STABLEVERSION..."
curl -fSLO --retry 3 "$NCREPO/$STABLEVERSION.tar.bz2"
mkdir -p "$GPGDIR"
curl_to_dir "$NCREPO" "$STABLEVERSION.tar.bz2.asc" "$GPGDIR"