1
1
Fork 0
mirror of https://github.com/containers/udica synced 2024-06-19 17:59:07 +02:00

Rewrite of using Fedora stable repos instead of copr repo.

This commit is contained in:
Lukas Vrabec 2019-01-22 15:00:33 +01:00
parent 5a0ad3953a
commit 9438b65498
No known key found for this signature in database
GPG Key ID: 47201AC42F29CE06

View File

@ -27,20 +27,7 @@ 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-udica]
name=Copr repo for udica owned by lvrabec
baseurl=https://copr-be.cloud.fedoraproject.org/results/lvrabec/udica/fedora-rawhide-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/lvrabec/udica/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
EOF
Another way how to install udica is to use fedora repository:
# dnf install udica -y