From 0f69b0afb21b27265ae6eab27f9fc4bf0d7d614d Mon Sep 17 00:00:00 2001 From: Le0xFF <43521247+Le0xFF@users.noreply.github.com> Date: Sat, 30 Jul 2022 19:05:26 +0200 Subject: [PATCH] Cosmetic changes and fix colours in chroot.sh script --- vli.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vli.sh b/vli.sh index f7a5e24..f60365e 100755 --- a/vli.sh +++ b/vli.sh @@ -293,8 +293,9 @@ function finish_chroot { while true ; do header_fc if [[ -n "\$user_keyboard_layout" ]] ; then - echo -e -n "\nSetting \&{BLUE_LIGHT}\$user_keyboard_layout\${NORMAL} keyboard layout in /etc/rc.conf...\n" + echo -e -n "\nSetting \${BLUE_LIGHT}\$user_keyboard_layout\${NORMAL} keyboard layout in /etc/rc.conf...\n" sed -i "/#KEYMAP=/s/.*/KEYMAP=\"\$user_keyboard_layout\"/" /etc/rc.conf + clear break else echo -e -n "\nSetting \${BLUE_LIGHT}keyboard layout\${NORMAL} in /etc/rc.conf.\n\nPress any key to list all the keyboard layouts.\nMove with arrow keys and press \"q\" to exit the list."