htop
This commit is contained in:
parent
6cf84b81b3
commit
4415132cfd
1 changed files with 2 additions and 2 deletions
|
@ -47,12 +47,12 @@ function hetzner-rescue-install {
|
||||||
local release='bookworm'
|
local release='bookworm'
|
||||||
local packages=(
|
local packages=(
|
||||||
# installed
|
# installed
|
||||||
'file' 'parted' 'mdadm' 'lvm2'
|
'file' 'htop' 'parted' 'mdadm' 'lvm2'
|
||||||
# install
|
# install
|
||||||
'lshw'
|
'lshw'
|
||||||
'micro'
|
'micro'
|
||||||
'grub-efi-amd64-bin' 'grub-pc-bin'
|
'grub-efi-amd64-bin' 'grub-pc-bin'
|
||||||
'htop' 'iotop' 'lsof'
|
'iotop' 'lsof'
|
||||||
'exa' 'ncdu' 'nnn' 'ranger' 'tree'
|
'exa' 'ncdu' 'nnn' 'ranger' 'tree'
|
||||||
'squashfs-tools'
|
'squashfs-tools'
|
||||||
'uuid-runtime'
|
'uuid-runtime'
|
||||||
|
|
Loading…
Reference in a new issue