hacks/fix-raspian-defaults/root.overlay/boot/per-once.d/05-fixlocale.sh

5 lines
67 B
Bash
Raw Normal View History

2019-10-04 15:10:07 +00:00
#!/bin/bash
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen
locale-gen