Fix input of dead keys and other locale issues
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
22a6e47a27
commit
93f017e13a
4 changed files with 7 additions and 2 deletions
|
@ -29,7 +29,8 @@ CONFIG_ETC_FILES=(
|
|||
["/etc/zsh/zshenv"]="644"
|
||||
["/etc/systemd/user.conf.d/00-limits.conf"]="644"
|
||||
["/etc/systemd/system.conf.d/00-limits.conf"]="644"
|
||||
["/etc/locale.gen"]="644"
|
||||
["/etc/locale.gen"]="755"
|
||||
["/etc/locale.conf"]="655"
|
||||
)
|
||||
|
||||
output::section "Copying /etc files"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue