Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Update configure_desktop_environment
Browse files Browse the repository at this point in the history
  • Loading branch information
grm34 committed Mar 28, 2020
1 parent 14a8013 commit 0addcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/desktop
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ _install_desktop_environment() {
_configure_desktop_environment() {

# Keyboard layout
_info "Setting ${keymap_code} keyboard layout"
_info "Setting keyboard layout to ${keymap_code^^}"
wget ${_url}/conf/00-keyboard.conf
sed -i -e "s/keymap_code/${keymap_code}/g" 00-keyboard.conf
mv 00-keyboard.conf /mnt/etc/X11/xorg.conf.d/
Expand Down

0 comments on commit 0addcc3

Please sign in to comment.