diff --git a/bash/hetzner-rescue.sh b/bash/hetzner-rescue.sh index f4b9c30..d5a177a 100644 --- a/bash/hetzner-rescue.sh +++ b/bash/hetzner-rescue.sh @@ -47,13 +47,13 @@ function hetzner-rescue-install { local release='bookworm' local packages=( # installed - 'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' + 'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' # install 'lshw' 'micro' 'grub-efi-amd64-bin' 'grub-pc-bin' 'iotop' - 'exa' 'ncdu' 'nnn' 'ranger' 'tree' + 'exa' 'ncdu' 'nnn' 'ranger' 'squashfs-tools' 'uuid-runtime' )