mirror of
https://github.com/zhigang1992/tsemple.git
synced 2026-04-30 21:52:18 +08:00
Fix postgresql encoding issus
This commit is contained in:
@@ -5,8 +5,8 @@ if [ ! -z "$1" ]; then
|
||||
cd $1
|
||||
fi
|
||||
|
||||
# Fix postgresql default encoding
|
||||
sudo update-locale LC_ALL="en_US.utf8"
|
||||
# Fix postgresql default encoding because update-locale not effect without logout
|
||||
export LC_ALL=en_US.UTF-8
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y curl postgresql libpq-dev redis-server memcached git-core openjdk-7-jre-headless nodejs imagemagick
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y postfix
|
||||
|
||||
Reference in New Issue
Block a user