git
This commit is contained in:
parent
b6b923e1dd
commit
67580388fa
1 changed files with 2 additions and 3 deletions
|
@ -47,7 +47,8 @@ function hetzner-rescue-install {
|
|||
local release='bookworm'
|
||||
local packages=(
|
||||
# installed
|
||||
'cryptsetup-bin' 'rsync'
|
||||
'cryptsetup-bin'
|
||||
'git' 'rsync'
|
||||
'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'uuid-runtime'
|
||||
# install
|
||||
'lshw'
|
||||
|
@ -58,8 +59,6 @@ function hetzner-rescue-install {
|
|||
'squashfs-tools'
|
||||
)
|
||||
local backports=(
|
||||
# install
|
||||
'git'
|
||||
)
|
||||
# update catalog
|
||||
apt-get update
|
||||
|
|
Loading…
Reference in a new issue