rsync
This commit is contained in:
parent
ad4b5f7e6c
commit
b6b923e1dd
1 changed files with 1 additions and 3 deletions
|
@ -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'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue