configure_backup/shell/updatelocale.sh

7 lines
306 B
Bash
Raw Normal View History

2015-12-12 22:42:32 +08:00
#!/bin/bash
# warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8.
# Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell)
2018-09-09 08:50:39 +08:00
sudo dpkg-reconfigure locales
2015-12-12 22:42:32 +08:00
sudo update-locale LC_ALL=en_US.UTF-8