Skip to content

Commit

Permalink
Update debian.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 15, 2024
1 parent 0b65068 commit c1e66ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if [ ! -d /usr/share/locale ];then
mkdir -d /usr/share/locale
fi
locale-gen en_US.UTF-8
locale-gen zh_CN.UTF-8
localedef -v -c -i en_US -f UTF-8 en_US.UTF-8 > /dev/null 2>&1
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
Expand Down

0 comments on commit c1e66ac

Please sign in to comment.