hacks/fix-raspian-defaults/root.overlay/boot/per-once.d/05-fixlocale.sh
2019-10-04 09:02:55 -07:00

5 lines
67 B
Bash

#!/bin/bash
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen
locale-gen