From c74b56a456fced1c5314038ee94643072950ba34 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 31 May 2024 03:50:33 -0700 Subject: [PATCH] Remove unnecessary prompt Signed-off-by: Tommy --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index ee71d54..3d19412 100644 --- a/install.sh +++ b/install.sh @@ -319,7 +319,6 @@ echo "$locale.UTF-8 UTF-8" > /mnt/etc/locale.gen echo "LANG=$locale.UTF-8" > /mnt/etc/locale.conf ## Setup keyboard layout. -read -r -p "Please insert the keyboard layout you use: " kblayout echo "KEYMAP=$kblayout" > /mnt/etc/vconsole.conf ## Configure /etc/mkinitcpio.conf