Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Install locales
Browse files Browse the repository at this point in the history
  • Loading branch information
jaouadk committed Oct 11, 2017
1 parent e9767ed commit 0351f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ apt-get update
apt-get upgrade -y

# Force Locale
apt-get install -y locales
echo "LC_ALL=en_US.UTF-8" >> /etc/default/locale
locale-gen en_US.UTF-8
export LANG=en_US.UTF-8
Expand Down

0 comments on commit 0351f8f

Please sign in to comment.