From 6cf84b81b3a48cc8c10303a80d48e4da103238f7 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 2 Oct 2023 18:44:13 +0200 Subject: [PATCH] file --- 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 1e16562..a2f6577 100644 --- a/bash/hetzner-rescue.sh +++ b/bash/hetzner-rescue.sh @@ -47,10 +47,10 @@ function hetzner-rescue-install { local release='bookworm' local packages=( # installed - 'parted' 'mdadm' 'lvm2' + 'file' 'parted' 'mdadm' 'lvm2' # install 'lshw' - 'file' 'micro' + 'micro' 'grub-efi-amd64-bin' 'grub-pc-bin' 'htop' 'iotop' 'lsof' 'exa' 'ncdu' 'nnn' 'ranger' 'tree'