diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-16 23:33:03 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-16 23:33:03 +0100 |
commit | 96ccce2606d728981743d0c3071bfa522cfc1feb (patch) | |
tree | 495c4e8ffee0267a8b99ec168299d8750e9e1bc2 | |
parent | Formatting again (diff) | |
download | arch-installer-96ccce2606d728981743d0c3071bfa522cfc1feb.tar.gz arch-installer-96ccce2606d728981743d0c3071bfa522cfc1feb.tar.bz2 arch-installer-96ccce2606d728981743d0c3071bfa522cfc1feb.tar.xz arch-installer-96ccce2606d728981743d0c3071bfa522cfc1feb.tar.zst arch-installer-96ccce2606d728981743d0c3071bfa522cfc1feb.zip |
Finished formatting
-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 7167ae2..9a91e8d 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 "----", "", "", "----"}{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 |