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