This commit is contained in:
Marc Beninca 2023-10-02 18:58:03 +02:00
parent b6b923e1dd
commit 67580388fa

View file

@ -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