Skip to content

Commit

Permalink
Revert "remove locale in setup script"
Browse files Browse the repository at this point in the history
This reverts commit 3e8708c.
  • Loading branch information
chloerei committed Apr 25, 2014
1 parent 3e8708c commit 6428c72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions script/setup.sh
Expand Up @@ -3,6 +3,10 @@
USER=`whoami`
APP_ROOT=/var/www/campo

# Fix postgresql default encoding
sudo update-locale LC_ALL="en_US.utf8"
export LC_ALL=en_US.UTF-8

sudo apt-get update

# Install system packages
Expand Down

0 comments on commit 6428c72

Please sign in to comment.