Skip to content

Commit 0fb0fa2

Browse files
committed
Generate en_US.UTF-8 UTF-8 locale (needed for steam)
1 parent 842242c commit 0fb0fa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Configs/Arch.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@
342342
"find /sbin/ /bin/ /usr/bin/ -perm /2000 -delete",
343343
"pacman --noconfirm -R rust-bindgen sudo clang gcc rust",
344344
"pacman --noconfirm -Scc",
345+
"sed -i 's/#en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/g' /etc/locale.gen",
346+
"locale-gen",
345347
"chmod +r /usr/lib/dbus-daemon-launch-helper"
346348
],
347349

0 commit comments

Comments
 (0)