diff --git a/bash/ovh-rescue.sh b/bash/ovh-rescue.sh index db81ac8..da6ab26 100644 --- a/bash/ovh-rescue.sh +++ b/bash/ovh-rescue.sh @@ -61,12 +61,11 @@ ovh_rescue_install() { apt_clean_cache # install packages apt-get install --assume-yes \ - "parted" "mdadm" "lvm2" \ + "file" "htop" "iotop" "lsof" \ \ + "parted" "mdadm" "lvm2" \ "lshw" \ - "file" "micro" \ - "grub-efi-amd64-bin" "grub-pc-bin" \ - "htop" "iotop" "lsof" \ + "micro" \ "exa" "ncdu" "nnn" "ranger" "tree" \ "squashfs-tools" \ "uuid-runtime" @@ -75,8 +74,10 @@ ovh_rescue_install() { # install backports apt-get install --assume-yes \ --target-release "${release}-backports" \ - "cryptsetup-bin" "rsync" \ + "rsync" \ \ + "cryptsetup-bin" \ + "grub-efi-amd64-bin" "grub-pc-bin" \ "git" # clean cache apt_clean_cache