aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-18 22:43:37 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-18 22:43:37 +0100
commite923c681645ae322802c25ece6bf306cf3423282 (patch)
treecb2928c2eb1cb35da3df30723f61778cc32ce070
parentConfirm, awk in colors (diff)
downloadarch-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-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 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