This commit is contained in:
Terry Hearst 2025-02-28 01:16:00 -05:00
parent 58ef716a99
commit 4a7e558890

View file

@ -13,5 +13,5 @@ for i in custom/templates/**/*.tmpl; do
newfile=$TEMPLATES_DIR${i#custom/templates}
echo Downloading $newfile
mkdir -p $(dirname $newfile)
curl -o $newfile "https://codeberg.org/forgejo/forgejo/raw/tag/v10.0.1/${i#custom/}"
curl -o $newfile "https://codeberg.org/forgejo/forgejo/raw/tag/$VERSION/${i#custom/}"
done