From 0e291c9c0a166ee083ab5ed1efc7739efc57dd63 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 16 Nov 2019 23:26:19 +0100 Subject: Even better lsblk format for the user --- joes-arch-install-UEFI.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index 67760aa..c528bd2 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -100,7 +100,7 @@ while [[ $answr != y && $answr != Y && $answr != yes && $answr != Yes && $answr echo && echo dn=$(lsblk | grep -c disk) id=1 - lsblk | grep disk | awk '{print $1 " ->", $4}' + lsblk | grep disk | awk '{print "Disk", "", "", "Size"}{print $1 " ->", $4}' echo && echo echo "Please choose the drive on which Arch Linux shoud be installed:" while [[ $dn != 0 ]]; do -- cgit v1.2.3