aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-16 23:28:02 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-16 23:28:02 +0100
commit893faf5f1e5afcec906ea9438fcac8810c9e525e (patch)
treecff9af3976d0c7fe93f0a3fbc6844cfc630f02e3
parentEven better lsblk format for the user (diff)
downloadarch-installer-893faf5f1e5afcec906ea9438fcac8810c9e525e.tar.gz
arch-installer-893faf5f1e5afcec906ea9438fcac8810c9e525e.tar.bz2
arch-installer-893faf5f1e5afcec906ea9438fcac8810c9e525e.tar.xz
arch-installer-893faf5f1e5afcec906ea9438fcac8810c9e525e.tar.zst
arch-installer-893faf5f1e5afcec906ea9438fcac8810c9e525e.zip
Formatting again
-rwxr-xr-xjoes-arch-install-UEFI.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh
index c528bd2..7167ae2 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 "Disk", "", "", "Size"}{print $1 " ->", $4}'
+ lsblk | grep disk | awk '{print "Disk", "", "", "Size"}{print "----", "", "", "----"}{print $1 " ->", $4}'
echo && echo
echo "Please choose the drive on which Arch Linux shoud be installed:"
while [[ $dn != 0 ]]; do