1
1
mirror of https://github.com/containers/udica synced 2024-09-24 10:20:44 +02:00

Add copr repo for udica

This commit is contained in:
Lukas Vrabec 2018-09-16 21:32:33 +02:00
parent 93aedab29c
commit 4b7ce6e89e
No known key found for this signature in database
GPG Key ID: 47201AC42F29CE06

View File

@ -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