From ab50c39bbbcba42c28d0c1fd906c3a1a233e9430 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 2 Oct 2023 19:45:03 +0200 Subject: [PATCH] installed --- bash/hetzner-rescue.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/hetzner-rescue.sh b/bash/hetzner-rescue.sh index 1139eb4..a61b1e1 100644 --- a/bash/hetzner-rescue.sh +++ b/bash/hetzner-rescue.sh @@ -55,10 +55,10 @@ function hetzner-rescue-install { local release='bookworm' local packages=( # installed - 'cryptsetup-bin' + 'parted' 'mdadm' 'cryptsetup-bin' 'lvm2' 'btrfs-progs' 'dosfstools' 'git' 'rsync' - 'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'uuid-runtime' + 'file' 'htop' 'lsof' 'tree' 'uuid-runtime' # install 'lshw' 'micro'