CodeSnippet/shell/updatelocale.sh

7 lines
306 B
Bash

#!/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)
sudo dpkg-reconfigure locales
sudo update-locale LC_ALL=en_US.UTF-8