File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ function create_variant() {
107107 debianVersion=${debian_version[$version]-${debian_version[default]} }
108108 phpVersion=${php_version[$version]-${php_version[default]} }
109109 crontabInt=${crontab_int[$version]-${crontab_int[default]} }
110- url=" https://download.nextcloud. com/server/releases/nextcloud-$fullversion .tar.bz2"
111- ascUrl=" https://download.nextcloud. com/server/releases/nextcloud-$fullversion .tar.bz2.asc"
110+ url=" https://github. com/nextcloud-releases/ server/releases/download/v $fullversion /nextcloud-$fullversion .tar.bz2"
111+ ascUrl=" https://github. com/nextcloud-releases/ server/releases/download/v $fullversion /nextcloud-$fullversion .tar.bz2.asc"
112112
113113 # Create the version+variant directory with a Dockerfile.
114114 mkdir -p " $dir "
You can’t perform that action at this time.
0 commit comments