diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-16 23:23:50 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-16 23:23:50 +0100 |
commit | 9b4a9eeeed807e2d79ad7bfa15ced0039f1da228 (patch) | |
tree | 82dbacc0126635e741f1af6df6823ead79fdd868 /joes-arch-install-UEFI.sh | |
parent | Adding user to audio group too (diff) | |
download | arch-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-x | joes-arch-install-UEFI.sh | 2 |
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 |