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