Skip to content

Commit

Permalink
work with ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Bloom committed Jan 26, 2011
1 parent d127d82 commit 2a66291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale.rb
Expand Up @@ -17,7 +17,7 @@ def local_locale
}
on :apt do
meet {
sudo("echo 'LANG=#{local_locale}' > /etc/default/locale")
sudo("echo 'LANG=#{local_locale}' >> /etc/profile")
}
end
end
Expand Down

0 comments on commit 2a66291

Please sign in to comment.