Skip to content

Commit 6851796

Browse files
committed
Fix ubuntu 22 (bogus contrib)
Signed-off-by: Dj Walker-Morgan <dj.walker-morgan@enterprisedb.com>
1 parent c81134d commit 6851796

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{% extends "products/edb-postgres-extended-server/ubuntu.njk" %}
22
{% set platformBaseTemplate = "ubuntu-22.04" %}
3-
{% set packageName %}edb-postgresextended-<xx> edb-postgresextended-<xx>-contrib{% endset %}
3+
{% set packageName %}edb-postgresextended-<xx>{% endset %}
44

product_docs/docs/pge/15/installing/linux_x86_64/pge_ubuntu_22.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Before you begin the installation process:
3535
## Install the package
3636

3737
```shell
38-
sudo apt-get -y install edb-postgresextended-15 edb-postgresextended-15-contrib
38+
sudo apt-get -y install edb-postgresextended-15
3939
```
4040

4141
## Initial configuration

product_docs/docs/pge/16/installing/linux_x86_64/pge_ubuntu_22.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Before you begin the installation process:
3535
## Install the package
3636

3737
```shell
38-
sudo apt-get -y install edb-postgresextended-16 edb-postgresextended-16-contrib
38+
sudo apt-get -y install edb-postgresextended-16
3939
```
4040

4141
## Initial configuration

0 commit comments

Comments
 (0)