Skip to content

Commit a93fbc4

Browse files
gehoernjohannbg
authored andcommitted
fix(crypt-gpg): tr needs to be installed
1 parent 655c65e commit a93fbc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: modules.d/91crypt-gpg/module-setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GPG support is optional
44
# called by dracut
55
check() {
6-
require_binaries gpg || return 1
6+
require_binaries gpg tr || return 1
77

88
if sc_requested; then
99
if ! sc_supported; then
@@ -23,7 +23,7 @@ depends() {
2323

2424
# called by dracut
2525
install() {
26-
inst_multiple gpg
26+
inst_multiple gpg tr
2727
inst "$moddir/crypt-gpg-lib.sh" "/lib/dracut-crypt-gpg-lib.sh"
2828

2929
if sc_requested; then

0 commit comments

Comments
 (0)