From df61ae9d8076786c2085f6c88d3e7bd708fc549f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 13 May 2023 02:27:29 +0200 Subject: [PATCH] lshw --- bash/ovh-rescue.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/ovh-rescue.sh b/bash/ovh-rescue.sh index 5e943f5..6cb8608 100644 --- a/bash/ovh-rescue.sh +++ b/bash/ovh-rescue.sh @@ -2,6 +2,7 @@ function ovh-rescue-setup { local release='buster' local packages=( 'byobu' 'mosh' + 'lshw' 'file' 'grub-efi-amd64-bin' 'grub-pc-bin' 'htop' 'iotop'