File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,12 @@ install:
56
56
- cmd : 7z x postgis-bundle-pg96-2.3.2x64.zip > nul
57
57
- cmd : xcopy /s /y /q postgis-bundle-pg96-2.3.2x64 "C:\Program Files\PostgreSQL\9.6"
58
58
59
- # install PostgreSQL 9.6 and PostGIS 2.3 on Ubuntu
59
+ # install PostgreSQL 9.6 and PostGIS 2.4 on Ubuntu
60
+ # note: PostGIS 2.3 not available in Ubuntu Bionic 18.04 repository
60
61
- sh : sudo add-apt-repository "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -sc)-pgdg main"
61
62
- sh : wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
62
63
- sh : sudo apt-get update
63
- - sh : sudo apt-get -y install postgresql-9.6 postgresql-9.6-postgis-2.3
64
+ - sh : sudo apt-get -y install postgresql-9.6 postgresql-9.6-postgis-2.4
64
65
- sh : sudo sed -i 's/port = [0-9]\+/port = 5432/' /etc/postgresql/9.6/main/postgresql.conf
65
66
66
67
# ---------------------------------#
You can’t perform that action at this time.
0 commit comments