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' )