diff --git a/bash/hetzner-rescue.sh b/bash/hetzner-rescue.sh index 8246edf..ffc7d96 100644 --- a/bash/hetzner-rescue.sh +++ b/bash/hetzner-rescue.sh @@ -55,10 +55,11 @@ function hetzner-rescue-install { local release='bookworm' local packages=( # installed + 'dmidecode' 'efibootmgr' 'pciutils' 'usbutils' 'parted' 'mdadm' 'cryptsetup-bin' 'lvm2' 'btrfs-progs' 'dosfstools' 'git' 'nano' 'python3' 'rsync' 'vim' - 'file' 'htop' 'lsof' 'tree' 'uuid-runtime' + 'file' 'htop' 'lsof' 'man-db' 'tree' 'uuid-runtime' # install 'lshw' 'squashfs-tools'