mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
remove double wording
This commit is contained in:
parent
306af07ada
commit
bc6a4c1eff
2
lib.sh
2
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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user