This commit is contained in:
teldra 2022-09-12 11:45:36 +02:00
parent 07a0431af2
commit b562aed41f
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ packages() {
config() {
enable_service dbus gdm
if ! [ "$LANGUAGE_" == "en" ]; then
echo "export LANG=${L1}.UTF-8" > /etc/sv/gdm/conf
echo "export GDM_LANG=${L1}.UTF-8" > /etc/sv/gdm/conf
fi
}