Add openssh-client as a dependency when building with CRYPTROOT

This commit is contained in:
Gunjan Gupta
2023-07-08 18:33:11 +05:30
parent 2335ef091b
commit 5b65b6b29f

View File

@@ -4,5 +4,5 @@
function add_host_dependencies__add_cryptroot_tooling() {
display_alert "Adding cryptroot to host dependencies" "cryptsetup LUKS" "debug"
EXTRA_BUILD_DEPS="${EXTRA_BUILD_DEPS} cryptsetup" # @TODO: convert to array later
EXTRA_BUILD_DEPS="${EXTRA_BUILD_DEPS} cryptsetup openssh-client" # @TODO: convert to array later
}