diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-19 11:42:46 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 17:38:20 +0100 |
commit | 8eb9f1aecb683a475f2d75adba92cbaeb6c37a6f (patch) | |
tree | 006dcf396e876174bbf48700eef2d43243a98a4e | |
parent | 3be5ada363a3b11d66c0096f164a1a24d0e0a5f7 (diff) |
Instructions for unsetting default locale in Ubuntu.
-rw-r--r-- | docs/installing/manual_install.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 66923ca5a..6c8b37230 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -44,6 +44,14 @@ Generate the locales you wish to make available. When the interactive screen ask Start a new SSH session to use your SSH locale. +**Ubuntu Precise** + +Unset the default locale, as the SSH session should provide the locale required. + + update-locale LC_ALL= + +Start a new SSH session to use your SSH locale. + ### Update the OS Update the Operating System with the latest packages |