From 2a823242a32fdff35f97d32a2568c54b5a65f299 Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 2 Jun 2013 23:33:14 -0700 Subject: mosh - ensure utf-8 (in order for mosh to work) and remove the mosh title prefix. --- lib/leap_cli/remote/tasks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli/remote/tasks.rb') diff --git a/lib/leap_cli/remote/tasks.rb b/lib/leap_cli/remote/tasks.rb index b515650..f967db1 100644 --- a/lib/leap_cli/remote/tasks.rb +++ b/lib/leap_cli/remote/tasks.rb @@ -14,7 +14,7 @@ end task :install_prerequisites, :max_hosts => MAX_HOSTS do leap.mkdirs LeapCli::PUPPET_DESTINATION - run "locale-gen" + run "echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen; locale-gen" leap.log :updating, "package list" do run "apt-get update" end -- cgit v1.2.3