diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-19 11:44:42 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-19 11:44:42 +0100 |
commit | 34699a96db37d0f3a4c21ca0fe3a439431965057 (patch) | |
tree | 6acf964477946b032120007552270d9bb0fa9347 /joes-arch-install-UEFI.sh | |
parent | More accurate Y/n (diff) | |
download | arch-installer-34699a96db37d0f3a4c21ca0fe3a439431965057.tar.gz arch-installer-34699a96db37d0f3a4c21ca0fe3a439431965057.tar.bz2 arch-installer-34699a96db37d0f3a4c21ca0fe3a439431965057.tar.xz arch-installer-34699a96db37d0f3a4c21ca0fe3a439431965057.tar.zst arch-installer-34699a96db37d0f3a4c21ca0fe3a439431965057.zip |
Better drive bay table
Diffstat (limited to '')
-rwxr-xr-x | joes-arch-install-UEFI.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index 2368b11..16f23fb 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -137,7 +137,8 @@ while [[ $answr != y && $answr != Y && $answr != yes && $answr != Yes && $answr echo && echo dn=$(lsblk | grep -c disk) id=1 - lsblk | grep disk | awk '{print "\033[1;34mDISK", " | ", "SIZE""\033[0m";}{print "\033[1;34m------+------\033[0m";}{print "\033[1;36m"$1 "\033[1;34m | ", "\033[1;33m"$4;}' + echo "${BBLUE}DISK | SIZE\n------+--------${END}" + lsblk | grep disk | awk '{print "\033[1;36m"$1 "\033[1;34m | ", "\033[1;33m"$4;}' echo && echo echo -e "${BCYAN}Please choose the ${BYELLOW}drive ${BCYAN}on which Arch Linux shoud be installed:${END}" while [[ $dn != 0 ]]; do |