1
0

feat: add dnf action support

This commit is contained in:
2026-04-26 02:57:22 +02:00
parent 8b566f0793
commit faeac57bf4
4 changed files with 14 additions and 1 deletions
+2 -1
View File
@@ -18,6 +18,7 @@ Supported actions:
- `apt`
- `yum`
- `dnf`
- `pkg`
- `pacman`
- `apk`
@@ -40,7 +41,7 @@ Optional log viewer:
- otherwise one of: `nano`, `vi`, `less`
Remote hosts must also provide the commands needed by the configured actions, such as:
`apt-get`, `yum`, `pkg`, `pacman`, `apk`, `docker`, `docker compose`, or `reboot`.
`apt-get`, `yum`, `dnf`, `pkg`, `pacman`, `apk`, `docker`, `docker compose`, or `reboot`.
## Install