diff --git a/usr/bin/archboot-quickinst.sh b/usr/bin/archboot-quickinst.sh index 42e07282e..5af960c2e 100755 --- a/usr/bin/archboot-quickinst.sh +++ b/usr/bin/archboot-quickinst.sh @@ -6,7 +6,7 @@ _DESTDIR="${1}" _usage() { - echo -e "\e[96mArchboot\e[m \e[1m- Quickinst Installer:\e[m" + echo -e "\e[1m\e[36mArchboot\e[m \e[1m- Quickinst Installer:\e[m" echo -e "\e[1m-------------------------------\e[m" echo -e "Usage: \e[1mquickinst \e[m" echo "" diff --git a/usr/lib/archboot/update/update.sh b/usr/lib/archboot/update/update.sh index 9c6d3dfb5..de51b3d88 100644 --- a/usr/lib/archboot/update/update.sh +++ b/usr/lib/archboot/update/update.sh @@ -28,8 +28,8 @@ _graphic_options() { } usage () { - echo -e "\e[1mManage \e[36mArchboot\e[m\e[1m - Arch Linux Environment:\e[m" - echo -e "\e[1m-----------------------------------------\e[m" + echo -e "\e[1mManage \e[36mArchboot\e[m\e[1m - Environment:\e[m" + echo -e "\e[1m---------------------------------\e[m" echo -e " \e[1m-help\e[m This message." if [[ ! -e "${_LOCAL_DB}" || -e "/usr/bin/setup" ]]; then echo -e " \e[1m-update\e[m Update scripts: setup, quickinst, network, clock and helpers."