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

5 lines
67 B
Bash

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