From 4b7ce6e89e8e78f482207b649626360213741e34 Mon Sep 17 00:00:00 2001 From: Lukas Vrabec Date: Sun, 16 Sep 2018 21:32:33 +0200 Subject: [PATCH] Add copr repo for udica --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index f12709b..48f3a70 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,23 @@ Alternatively tou can run udica directly from git: $ python3 -m udica --help +Another way how to install udica is to use following repository: + + # cat << \EOF > /etc/yum.repos.d/lvrabec-udica-fedora-rawhide.repo + [lvrabec-udcia] + name=Copr repo for udcia owned by lvrabec + baseurl=https://copr-be.cloud.fedoraproject.org/results/lvrabec/udcia/fedora-rawhide-$basearch/ + type=rpm-md + skip_if_unavailable=True + gpgcheck=1 + gpgkey=https://copr-be.cloud.fedoraproject.org/results/lvrabec/udcia/pubkey.gpg + repo_gpgcheck=0 + enabled=1 + enabled_metadata=1 + EOF + + # dnf install udica -y + Make sure that SELinux is in Enforcing mode # setenforce 1