Skip to content

Commit

Permalink
[setup] Set locale LC_ALL to C.UTF-8 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 22, 2023
1 parent 9399087 commit d747792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/env bash

# Override system's locales
export LANG=C.UTF-8
# Override system's locales only during the installation
export LANG=C.UTF-8 LC_ALL=C.UTF-8

# Base installer version on commit hash
INSTALLER_VERSION="$(git rev-parse --short=8 HEAD)"
Expand Down

0 comments on commit d747792

Please sign in to comment.