From 8b4598357c16bf68ccfe453fc6daba2072c2171d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Z=C3=BCrcher?= Date: Tue, 25 Nov 2025 22:53:06 +0100 Subject: [PATCH] Switch to the repository on github to speedup download and build time. (#2489) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Zürcher --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index a0a9466c..8d09999a 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"