From 91e6010f5c7860df57d1672e0a9d68ec875ffd8b Mon Sep 17 00:00:00 2001 From: i-c-u-p <96894903+i-c-u-p@users.noreply.github.com> Date: Mon, 25 Apr 2022 07:55:53 +0000 Subject: [PATCH] add missing colons to startup prompts --- scripts/startup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/startup.sh b/scripts/startup.sh index 48da64c..f4c2835 100755 --- a/scripts/startup.sh +++ b/scripts/startup.sh @@ -151,7 +151,7 @@ echo " # btrfs and ext4. Others will be added in future. filesystem () { echo " -Please select your file system for both boot and root" +Please select your file system for both boot and root:" options=("btrfs" "ext4" "luks" "exit") select_option $? 1 "${options[@]}" @@ -202,7 +202,7 @@ esac # @description Set user's keyboard mapping. keymap () { echo -n " -Please select a keyboard layout from this list" +Please select a keyboard layout from this list:" # These are default key maps as presented in official arch repo archinstall options=(us by ca cf cz de dk es et fa fi fr gr hu il it lt lv mk nl no pl ro ru sg ua uk)