This commit is contained in:
Marc Beninca 2023-10-02 18:49:10 +02:00
parent 8013de8704
commit 76e8b3af28

View file

@ -47,13 +47,13 @@ function hetzner-rescue-install {
local release='bookworm' local release='bookworm'
local packages=( local packages=(
# installed # installed
'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree'
# install # install
'lshw' 'lshw'
'micro' 'micro'
'grub-efi-amd64-bin' 'grub-pc-bin' 'grub-efi-amd64-bin' 'grub-pc-bin'
'iotop' 'iotop'
'exa' 'ncdu' 'nnn' 'ranger' 'tree' 'exa' 'ncdu' 'nnn' 'ranger'
'squashfs-tools' 'squashfs-tools'
'uuid-runtime' 'uuid-runtime'
) )