Skip to content

Commit

Permalink
fix(crypt-gpg): tr needs to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
gehoern authored and johannbg committed Aug 25, 2021
1 parent 655c65e commit a93fbc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules.d/91crypt-gpg/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# GPG support is optional
# called by dracut
check() {
require_binaries gpg || return 1
require_binaries gpg tr || return 1

if sc_requested; then
if ! sc_supported; then
Expand All @@ -23,7 +23,7 @@ depends() {

# called by dracut
install() {
inst_multiple gpg
inst_multiple gpg tr
inst "$moddir/crypt-gpg-lib.sh" "/lib/dracut-crypt-gpg-lib.sh"

if sc_requested; then
Expand Down

0 comments on commit a93fbc4

Please sign in to comment.