From b8013e63243e7721b62b7aa6d9089813b6f85020 Mon Sep 17 00:00:00 2001 From: Eesaan Atluri <atlurie@uab.edu> Date: Thu, 22 Jun 2023 14:31:56 -0500 Subject: [PATCH] Fix base URL in the nux-dextop.repo file --- ansible/files/nux-dextop.repo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/files/nux-dextop.repo b/ansible/files/nux-dextop.repo index dd4a382e..475d3d4c 100644 --- a/ansible/files/nux-dextop.repo +++ b/ansible/files/nux-dextop.repo @@ -1,14 +1,14 @@ [nux-dextop] name=Nux.Ro RPMs for general desktop use -baseurl=http://li.nux.ro/download/nux/dextop/el7/$basearch/ http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/$basearch/ +baseurl= http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/$basearch/ enabled=1 gpgcheck=1 -gpgkey=http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro +gpgkey=http://mirror.li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro protect=0 [nux-dextop-testing] name=Nux.Ro RPMs for general desktop use - testing -baseurl=http://li.nux.ro/download/nux/dextop-testing/el7/$basearch/ +baseurl=http://mirror.li.nux.ro/download/nux/dextop-testing/el7/$basearch/ enabled=0 gpgcheck=1 gpgkey=http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro -- GitLab