We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda9d93 commit e17d8e3Copy full SHA for e17d8e3
1 file changed
README.md
@@ -58,8 +58,13 @@ rpm --import https://rpm.xpam.pl/rpm-pubkey.asc`
58
dnf install bncsutil
59
```
60
### Centos 7
61
-To be done.
62
-
+```
+yum install yum-utils
63
+yum-config-manager --add-repo https://centos7.rpm.xpam.pl
64
+yum-config-manager --enable https://centos7.rpm.xpam.pl
65
+rpm --import https://centos7.rpm.xpam.pl/rpm-pubkey.asc
66
+yum install bncsutil
67
68
### Centos 6
69
70
yum install yum-utils
0 commit comments