From 40149dfef842deffd362699c28c2c02734a282bc Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Wed, 10 Jan 2024 19:09:47 +0100 Subject: [PATCH] Update 09_os_info.sh --- sh/09_os_info.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/09_os_info.sh b/sh/09_os_info.sh index deeea0c..7c07b49 100644 --- a/sh/09_os_info.sh +++ b/sh/09_os_info.sh @@ -49,9 +49,9 @@ esac case "$os_type" in Linux) - echo "

Liste des disques disponibles (lsblk -f) :

" + echo "

Liste des disques disponibles (lsblk) :

" echo "
"
-		lsblk -f
+		lsblk
 		echo "
" echo "

Taille mémoire en Mo (free -m) :

"