From b6b923e1dda4283a5be6a79bc4a041da60de6330 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 2 Oct 2023 18:54:34 +0200 Subject: [PATCH] rsync --- bash/hetzner-rescue.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bash/hetzner-rescue.sh b/bash/hetzner-rescue.sh index 24aaa36..d7b9c71 100644 --- a/bash/hetzner-rescue.sh +++ b/bash/hetzner-rescue.sh @@ -47,7 +47,7 @@ function hetzner-rescue-install { local release='bookworm' local packages=( # installed - 'cryptsetup-bin' + 'cryptsetup-bin' 'rsync' 'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'uuid-runtime' # install 'lshw' @@ -58,8 +58,6 @@ function hetzner-rescue-install { 'squashfs-tools' ) local backports=( - # installed - 'rsync' # install 'git' )