Commit 7f720adef61459188ecd752ba9137707af1454fa
1 parent
746e142f
Exists in
master
Adiciona locale pt_BR no vagrant
Showing
1 changed file
with
8 additions
and
1 deletions
Show diff stats
provision_root.sh
... | ... | @@ -33,6 +33,13 @@ usermod -aG docker ubuntu |
33 | 33 | curl -L "https://github.com/docker/compose/releases/download/1.10.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose |
34 | 34 | |
35 | 35 | chmod +x /usr/local/bin/docker-compose |
36 | - | |
36 | + | |
37 | 37 | gem install sass |
38 | 38 | |
39 | +locale-gen pt_BR | |
40 | +locale-gen pt_BR.UTF-8 | |
41 | + | |
42 | +export LC_ALL="pt_BR.UTF-8" | |
43 | +export LC_CTYPE="pt_BR.UTF-8" | |
44 | + | |
45 | +dpkg-reconfigure locales | ... | ... |