Skip to content

Instantly share code, notes, and snippets.

@songpon
Last active October 16, 2018 02:37
Show Gist options
  • Save songpon/53ea54f58526d2ae6782849600941051 to your computer and use it in GitHub Desktop.
Save songpon/53ea54f58526d2ae6782849600941051 to your computer and use it in GitHub Desktop.
# set up locale for terminal prevent unknow locale
echo export LC_CTYPE=en_US.UTF-8 >> .profile
echo export LC_ALL=en_US.UTF-8 >> .profile
source ~/.profile
wget https://salsa.debian.org/postgresql/postgresql-common/raw/master/pgdg/apt.postgresql.org.sh
bash apt.postgresql.org.sh
apt install postgresql-9.6 postgresql-contrib-9.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment