Created
November 5, 2015 20:23
-
-
Save franciscocpg/bbc06e0e9979d5af89fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install packages | |
| sudo apt-get install -y language-pack-pt language-pack-pt-base | |
| # Set locale | |
| sudo sh -c 'echo LANG=\"pt_BR.UTF-8\" > /etc/default/locale' | |
| echo "reboot to confirm changes" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remote install
bash <(curl -s https://gist.githubusercontent.com/franciscocpg/bbc06e0e9979d5af89fe/raw/)