From ad4b5f7e6c6efc516486b1b72f1a09ee9e785d08 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 2 Oct 2023 18:53:11 +0200 Subject: [PATCH] cryptsetup-bin --- bash/hetzner-rescue.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bash/hetzner-rescue.sh b/bash/hetzner-rescue.sh index 58d170e..24aaa36 100644 --- a/bash/hetzner-rescue.sh +++ b/bash/hetzner-rescue.sh @@ -47,6 +47,7 @@ function hetzner-rescue-install { local release='bookworm' local packages=( # installed + 'cryptsetup-bin' 'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'uuid-runtime' # install 'lshw' @@ -58,7 +59,7 @@ function hetzner-rescue-install { ) local backports=( # installed - 'cryptsetup-bin' 'rsync' + 'rsync' # install 'git' )