From c7659c47fae7ee7e36493acc585939d781a1aea1 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 11 Nov 2024 14:32:37 +0100 Subject: [PATCH] packages --- bash/ovh-rescue.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/bash/ovh-rescue.sh b/bash/ovh-rescue.sh index 16ddad7..d79616f 100644 --- a/bash/ovh-rescue.sh +++ b/bash/ovh-rescue.sh @@ -75,14 +75,13 @@ ovh_rescue_install() { apt_clean_cache # install packages set \ - "file" "htop" "iotop" "lsof" "rsync" \ - \ + "man-db" \ + "dmidecode" "efibootmgr" "lshw" "pciutils" "usbutils" \ "parted" "mdadm" "cryptsetup-bin" "lvm2" \ - "lshw" \ - "micro" \ - "exa" "ncdu" "nnn" "ranger" "tree" \ - "squashfs-tools" \ - "git" + "btrfs-progs" "dosfstools" "duperemove" "squashfs-tools" \ + "git" "micro" "nano" "python3" "rsync" "vim" \ + "exa" "lf" "ncdu" "nnn" "ranger" "tree" \ + "file" "htop" "iotop" "ipcalc" "libdigest-sha3-perl" "lsof" for package in "${@}"; do echo echo "${package}"