mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add openssh-client as a dependency when building with CRYPTROOT
This commit is contained in:
@@ -4,5 +4,5 @@
|
|||||||
|
|
||||||
function add_host_dependencies__add_cryptroot_tooling() {
|
function add_host_dependencies__add_cryptroot_tooling() {
|
||||||
display_alert "Adding cryptroot to host dependencies" "cryptsetup LUKS" "debug"
|
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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user