We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dba8d1 commit 7464cf9Copy full SHA for 7464cf9
README.md
@@ -54,8 +54,8 @@ go install github.com/essentialkaos/jira-reindex-runner@latest
54
#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo)
55
56
```bash
57
-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
58
-sudo yum install jira-reindex-runner
+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 jira-reindex-runner
59
```
60
61
### CI Status
0 commit comments