Switch to the repository on github to speedup download and build time.

Signed-off-by: Jonas Zürcher <mail@jonaszuercher.ch>
This commit is contained in:
Jonas Zürcher 2025-10-24 12:34:38 +02:00
parent 50bf6dc8f9
commit 911d2395fc
No known key found for this signature in database
GPG Key ID: E094D246B44A9934

View File

@ -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"