From 8e9ecb1d5d76bc3866d4d6dd572573ec1f0bcbfc Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Mon, 11 Sep 2023 19:34:16 -0500 Subject: [PATCH] Update nux desktop repo url --- ansible/files/nux-dextop.repo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/files/nux-dextop.repo b/ansible/files/nux-dextop.repo index d750c5e..1ee4ace 100644 --- a/ansible/files/nux-dextop.repo +++ b/ansible/files/nux-dextop.repo @@ -1,6 +1,6 @@ [nux-dextop] name=Nux.Ro RPMs for general desktop use -baseurl= http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/$basearch/ +baseurl=http://li.nux.ro/download/nux/dextop/el7/$basearch/ enabled=1 gpgcheck=1 gpgkey=http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro @@ -8,7 +8,7 @@ protect=0 [nux-dextop-testing] name=Nux.Ro RPMs for general desktop use - testing -baseurl=http://mirror.li.nux.ro/download/nux/dextop-testing/el7/$basearch/ +baseurl=http://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