Skip to content

Commit

Permalink
Uncomment en_US.UTF-8 in locale.gen
Browse files Browse the repository at this point in the history
On Pine64, there are no locales available. Fix.
  • Loading branch information
Cat5TV committed Jun 21, 2018
1 parent b692620 commit 5a36900
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nems-prep.sh
Expand Up @@ -32,8 +32,11 @@ else
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8
dpkg-reconfigure locales
if grep -q "# en_US.UTF-8" /etc/locale.gen; then
/bin/sed -i -- 's,# en_US.UTF-8,en_US.UTF-8,g' /etc/locale.gen
fi
locale-gen
#dpkg-reconfigure locales

apt install --yes git screen dialog gnupg nano apt-utils

Expand Down

0 comments on commit 5a36900

Please sign in to comment.