From 78ae6e2cbbc0d3bd58a23c5c432f954f21b66922 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 14 Aug 2024 10:39:30 +0200 Subject: [PATCH] fix wording --- usr/bin/archboot-quickinst.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/usr/bin/archboot-quickinst.sh b/usr/bin/archboot-quickinst.sh index 897d2ee9c..f387fa01c 100755 --- a/usr/bin/archboot-quickinst.sh +++ b/usr/bin/archboot-quickinst.sh @@ -8,8 +8,6 @@ _DESTDIR="${1}" _usage() { 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 "" echo "This script is for users, who would rather partition/mkfs/mount" echo "their target media manually, than go through the routines in" echo "the setup script." @@ -19,8 +17,9 @@ _usage() { echo -e "Configure mirror: \e[1m/etc/pacman.d/mirrorlist\e[m" fi echo -e "Configure packages to install: \e[1m/etc/archboot/defaults\e[m" - echo -e "Mount all your filesystems: \e[1m\e[m." - echo -e "Run: \e[1mquickinst \e[m" + echo -e "Mount all your filesystems: \e[1m\e[m" + echo "" + echo -e "Usage: \e[1mquickinst \e[m" exit 0 }