fix initial url

This commit is contained in:
Louis Abel 2023-09-05 01:48:54 -07:00
parent ff66195ad1
commit 914d111e9a
Signed by: label
GPG Key ID: 3331F061D1D9990E
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
{% for repository in repo.repositories %}
[rl{{ repo.release }}-{{ arch }}-{{ repository }}]
name=Rocky Linux {{ repo.release }} {{ arch }} {{ repository }}
baseurl=https://dl.rockylinux.org/{{ repo.contentdir }}/{{ repo.release }}/{{ repository }}/{{ arch }}/
baseurl=https://dl.rockylinux.org/{{ repo.contentdir }}/{{ repo.release }}/{{ repository }}/{{ arch }}/os
enabled=0
{% endfor %}