From 3c0a7530490c936f055a320f8b5873f4e50aa99b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 2 Oct 2023 18:51:36 +0200 Subject: [PATCH] uuid-runtime --- bash/hetzner-rescue.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bash/hetzner-rescue.sh b/bash/hetzner-rescue.sh index 9e6dfd6..58d170e 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 - 'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' + 'file' 'htop' 'lsof' 'parted' 'mdadm' 'lvm2' 'tree' 'uuid-runtime' # install 'lshw' 'micro' @@ -55,7 +55,6 @@ function hetzner-rescue-install { 'iotop' 'exa' 'lf' 'ncdu' 'nnn' 'ranger' 'squashfs-tools' - 'uuid-runtime' ) local backports=( # installed