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 release='bookworm'
|
||||||
local packages=(
|
local packages=(
|
||||||
# installed
|
# installed
|
||||||
'cryptsetup-bin' 'rsync'
|
'cryptsetup-bin'
|
||||||
|
'git' '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 +59,6 @@ function hetzner-rescue-install {
|
||||||
'squashfs-tools'
|
'squashfs-tools'
|
||||||
)
|
)
|
||||||
local backports=(
|
local backports=(
|
||||||
# install
|
|
||||||
'git'
|
|
||||||
)
|
)
|
||||||
# update catalog
|
# update catalog
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
Loading…
Reference in a new issue