lsof
This commit is contained in:
parent
4415132cfd
commit
8013de8704
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue