From bc6a4c1effba16ef069c8f587cef173fdd169fed Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 29 Jun 2019 20:04:23 +0200 Subject: [PATCH] remove double wording --- lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.sh b/lib.sh index 72483b8b..5c1e4efb 100644 --- a/lib.sh +++ b/lib.sh @@ -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"