Fix locale
Some checks failed
Push ISO / build (push) Failing after 9m3s

This commit is contained in:
Ward from fusion-voyager-3 2024-08-01 17:18:48 +03:00
parent 32470c6cb4
commit 376b019b00
2 changed files with 7 additions and 2 deletions

2
.github/push-iso vendored
View File

@ -1 +1 @@
18
19

View File

@ -40,7 +40,12 @@ EOF
cp -fv /etc/default/keyboard /etc/vconsole.conf || true
localectl set-locale LANG="en_US.UTF-8"
tee /etc/default/locale <<'EOF'
# File generated by update-locale
LANG=en_US.UTF-8
EOF
cp -fv /etc/default/locale /etc/locale.conf || true
# Setup console-setup