From e017d1a5b73a9770d6f7bfb11d89d51daf60a0a5 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 13 May 2023 02:41:10 +0200 Subject: [PATCH] parted,mdadm,lvm2,lsof --- bash/ovh-rescue.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'