diff --git a/bash/ovh-rescue.sh b/bash/ovh-rescue.sh index 6cb8608..62cb0fc 100644 --- a/bash/ovh-rescue.sh +++ b/bash/ovh-rescue.sh @@ -2,10 +2,11 @@ function ovh-rescue-setup { local release='buster' local packages=( 'byobu' 'mosh' + 'parted' 'mdadm' 'lvm2' 'lshw' 'file' 'grub-efi-amd64-bin' 'grub-pc-bin' - 'htop' 'iotop' + 'htop' 'iotop' 'lsof' 'exa' 'ncdu' 'nnn' 'ranger' 'tree' 'squashfs-tools' 'uuid-runtime'