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