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 release='bookworm'
|
||||||
local packages=(
|
local packages=(
|
||||||
# installed
|
# installed
|
||||||
'cryptsetup-bin'
|
'cryptsetup-bin' 'rsync'
|
||||||
'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'uuid-runtime'
|
'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'uuid-runtime'
|
||||||
# install
|
# install
|
||||||
'lshw'
|
'lshw'
|
||||||
|
@ -58,8 +58,6 @@ function hetzner-rescue-install {
|
||||||
'squashfs-tools'
|
'squashfs-tools'
|
||||||
)
|
)
|
||||||
local backports=(
|
local backports=(
|
||||||
# installed
|
|
||||||
'rsync'
|
|
||||||
# install
|
# install
|
||||||
'git'
|
'git'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue