Last active
October 16, 2018 02:37
-
-
Save songpon/53ea54f58526d2ae6782849600941051 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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