Skip to content

Commit

Permalink
Rename package to dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Oct 17, 2024
1 parent 8571229 commit 58ef8f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/templates/package_installed/bootc.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# complexity = low
# disruption = low

package install {{{ PKGNAME }}}
dnf install {{{ PKGNAME }}}
2 changes: 1 addition & 1 deletion shared/templates/package_removed/bootc.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# complexity = low
# disruption = low

package remove {{{ PKGNAME }}}
dnf remove {{{ PKGNAME }}}

0 comments on commit 58ef8f0

Please sign in to comment.