From 67580388fa40263f34f62683040bd85473acb3a1 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 2 Oct 2023 18:58:03 +0200 Subject: [PATCH] git --- bash/hetzner-rescue.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bash/hetzner-rescue.sh b/bash/hetzner-rescue.sh index d7b9c71..fc8e643 100644 --- a/bash/hetzner-rescue.sh +++ b/bash/hetzner-rescue.sh @@ -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