aboutsummaryrefslogtreecommitdiffstats
path: root/joes-arch-install-UEFI.sh
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-16 23:23:50 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-16 23:23:50 +0100
commit9b4a9eeeed807e2d79ad7bfa15ced0039f1da228 (patch)
tree82dbacc0126635e741f1af6df6823ead79fdd868 /joes-arch-install-UEFI.sh
parentAdding user to audio group too (diff)
downloadarch-installer-9b4a9eeeed807e2d79ad7bfa15ced0039f1da228.tar.gz
arch-installer-9b4a9eeeed807e2d79ad7bfa15ced0039f1da228.tar.bz2
arch-installer-9b4a9eeeed807e2d79ad7bfa15ced0039f1da228.tar.xz
arch-installer-9b4a9eeeed807e2d79ad7bfa15ced0039f1da228.tar.zst
arch-installer-9b4a9eeeed807e2d79ad7bfa15ced0039f1da228.zip
Better lsblk
Diffstat (limited to '')
-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 8eeb623..67760aa 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
+ lsblk | grep disk | awk '{print $1 " ->", $4}'
echo && echo
echo "Please choose the drive on which Arch Linux shoud be installed:"
while [[ $dn != 0 ]]; do