We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c329850 commit f356fceCopy full SHA for f356fce
1 file changed
README.md
@@ -34,8 +34,8 @@ go install github.com/essentialkaos/sslcli/v3@latest
34
#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo)
35
36
```bash
37
-sudo yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
38
-sudo yum install sslcli
+sudo dnf install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
+sudo dnf install sslcli
39
```
40
41
#### Prebuilt binaries
0 commit comments