From b252a2c398b712cb5f139303b4efa2686a933fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Z=C3=BCrcher?= Date: Fri, 24 Oct 2025 11:51:54 +0200 Subject: [PATCH] Switch to the repository on github to speedup download and build time. --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index c1d8478e..21cdffb1 100755 --- a/update.sh +++ b/update.sh @@ -107,8 +107,8 @@ function create_variant() { debianVersion=${debian_version[$version]-${debian_version[default]}} phpVersion=${php_version[$version]-${php_version[default]}} crontabInt=${crontab_int[$version]-${crontab_int[default]}} - url="https://download.nextcloud.com/server/releases/nextcloud-$fullversion.tar.bz2" - ascUrl="https://download.nextcloud.com/server/releases/nextcloud-$fullversion.tar.bz2.asc" + url="https://github.com/nextcloud-releases/server/releases/download/v$fullversion/nextcloud-$fullversion.tar.bz2" + ascUrl="https://github.com/nextcloud-releases/server/releases/download/v$fullversion/nextcloud-$fullversion.tar.bz2.asc" # Create the version+variant directory with a Dockerfile. mkdir -p "$dir"