diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-24 18:07:14 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-24 18:07:14 +0200 |
commit | a49eed3b2b73300c61030adbbc246f4fb7712c58 (patch) | |
tree | abbf220fb8a2635242f3ac7be22c5a4f17db415d /el9a.tpl | |
parent | d05880658abd7c262cefc8fb7ed91bc48cc4658b (diff) |
avoid mirror for aarch64
Diffstat (limited to 'el9a.tpl')
-rw-r--r-- | el9a.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,8 +63,8 @@ excludepkgs=php* [epel] name=epel -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=aarch64 -;baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/ +#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=aarch64 +baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/ exclude=epel-rpm-macros enabled=1 |