This commit is contained in:
Marc Beninca 2023-10-02 18:54:34 +02:00
parent ad4b5f7e6c
commit b6b923e1dd

View file

@ -47,7 +47,7 @@ function hetzner-rescue-install {
local release='bookworm'
local packages=(
# installed
'cryptsetup-bin'
'cryptsetup-bin' 'rsync'
'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'uuid-runtime'
# install
'lshw'
@ -58,8 +58,6 @@ function hetzner-rescue-install {
'squashfs-tools'
)
local backports=(
# installed
'rsync'
# install
'git'
)