From 440145d7b8c1a896592a1a7f884ec9b0390c8a48 Mon Sep 17 00:00:00 2001 From: kuboosoft Date: Thu, 15 Jun 2017 17:11:17 -0600 Subject: [PATCH] Updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33046bc..57562e2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You need delete old repositories: ``` 1) su -2) dnf -y install https://github.com/UnitedRPMs/unitedrpms/releases/download/4/unitedrpms-$(rpm -E %fedora)-4.fc$(rpm -E %fedora).noarch.rpm +2) dnf -y install https://github.com/UnitedRPMs/unitedrpms/releases/download/5/unitedrpms-$(rpm -E %fedora)-5.fc$(rpm -E %fedora).noarch.rpm ``` ## How to import our gpg key @@ -42,7 +42,7 @@ Our GPG key is integrated in every `unitedrpms-*.noarch.rpm` package. You can al You can (*and must if feel doubts!*) check the GPG signature and hash sums of every package. Examples: ``` -# rpm -K https://github.com/UnitedRPMs/unitedrpms/releases/download/4/unitedrpms-$(rpm -E %fedora)-4.fc$(rpm -E %fedora).noarch.rpm +# rpm -K https://github.com/UnitedRPMs/unitedrpms/releases/download/5/unitedrpms-$(rpm -E %fedora)-5.fc$(rpm -E %fedora).noarch.rpm ``` If all goes well, the following message is displayed: md5 gpg OK. This means that the signature of the package has been verified, and that it is [not corrupt](https://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-check-rpm-sig.html).