lb-config/hooks/normal/0040-create-locales-files.h...

8 lines
133 B
Bash
Executable File

#!/bin/sh
set -e
# Create /etc/environment and /etc/default/locale
touch /etc/environment
echo "LANG=C.UTF-8" >/etc/default/locale