Skip to content

Commit

Permalink
Corrected package name for PostGIS for Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
drothery-edb committed Sep 23, 2022
1 parent 19a8a51 commit 44bb40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions install_template/templates/products/postgis/debian-11.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
{% set platformBaseTemplate = "debian-11" %}
{% block installCommand %}
```shell
# To install PostGIS 3.2 using EDB Postgres Advanced Server 13-14:
# To install PostGIS 3.2 using EDB Postgres Advanced Server 11-14:
sudo apt-get -y install edb-as<xx>-postgis32

# To install PostGIS 3.2 using EDB Postgres Advanced Server 11-12:
sudo sudo apt-get -y install edb-as<xx>-postgis-3.2
```
{% include "platformBase/_epasVersionInPostGISPackageName.njk" %}
{% endblock installCommand %}
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ Before you begin the installation process:
## Install the package

```shell
# To install PostGIS 3.2 using EDB Postgres Advanced Server 13-14:
# To install PostGIS 3.2 using EDB Postgres Advanced Server 11-14:
sudo apt-get -y install edb-as<xx>-postgis32

# To install PostGIS 3.2 using EDB Postgres Advanced Server 11-12:
sudo sudo apt-get -y install edb-as<xx>-postgis-3.2
```

Where `<xx>` is the version of EDB Postgres Advanced Server. Replace `<xx>` with the version of EDB Postgres Advanced Server you are using. For example, `edb-as14-postgis32`.

0 comments on commit 44bb40c

Please sign in to comment.