From 8013de8704c05aacaf6b6d4b7e5d9244015c43d3 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 2 Oct 2023 18:46:35 +0200 Subject: [PATCH] lsof --- bash/hetzner-rescue.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/hetzner-rescue.sh b/bash/hetzner-rescue.sh index 5a2a9ba..f4b9c30 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' 'htop' 'parted' 'mdadm' 'lvm2' + 'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' # install 'lshw' 'micro' 'grub-efi-amd64-bin' 'grub-pc-bin' - 'iotop' 'lsof' + 'iotop' 'exa' 'ncdu' 'nnn' 'ranger' 'tree' 'squashfs-tools' 'uuid-runtime'