diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-18 22:43:37 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-18 22:43:37 +0100 |
commit | e923c681645ae322802c25ece6bf306cf3423282 (patch) | |
tree | cb2928c2eb1cb35da3df30723f61778cc32ce070 | |
parent | Confirm, awk in colors (diff) | |
download | arch-installer-e923c681645ae322802c25ece6bf306cf3423282.tar.gz arch-installer-e923c681645ae322802c25ece6bf306cf3423282.tar.bz2 arch-installer-e923c681645ae322802c25ece6bf306cf3423282.tar.xz arch-installer-e923c681645ae322802c25ece6bf306cf3423282.tar.zst arch-installer-e923c681645ae322802c25ece6bf306cf3423282.zip |
more colors
-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 dea06c7..904eb23 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -136,7 +136,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 "\033[1;34mDISK", "", "", "SIZE""\033[0m";}{print "----", "", "", "----";}{print "\033[1;36m"$1 "\033[1;34m ->", "\033[1;36m"$4;}' + 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 && echo echo -e "${BMAGENTA}Please choose the drive on which Arch Linux shoud be installed:${END}" while [[ $dn != 0 ]]; do |