Skip to content

Commit

Permalink
Merge pull request #5083 from EnterpriseDB/docs/postgresql/install-te…
Browse files Browse the repository at this point in the history
…mplate-fix

fixes to template specified in PR 5066
  • Loading branch information
dwicinas authored Dec 12, 2023
2 parents a0c702f + 9f6dad0 commit 72cf0d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,9 @@ Before you begin the installation process:
sudo dnf config-manager --set-enabled powertools
```

- Enable additional repositories to resolve dependencies:
```shell
dnf config-manager --set-enabled powertools
```
- Disable the built-in PostgreSQL module:
```shell
dnf -qy module disable postgresql
sudo dnf -qy module disable postgresql
```

## Install the package
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,9 @@ Before you begin the installation process:
sudo dnf config-manager --set-enabled powertools
```

- Enable additional repositories to resolve dependencies:
```shell
dnf config-manager --set-enabled powertools
```
- Disable the built-in PostgreSQL module:
```shell
dnf -qy module disable postgresql
sudo dnf -qy module disable postgresql
```

## Install the package
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
{% set packageManager = "dnf" %}
{% block prerequisites %}
{{ super() }}
- Enable additional repositories to resolve dependencies:
```shell
dnf config-manager --set-enabled powertools
```
- Disable the built-in PostgreSQL module:
```shell
dnf -qy module disable postgresql
sudo dnf -qy module disable postgresql
```
{% endblock prerequisites %}
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
{% set packageManager = "dnf" %}
{% block prerequisites %}
{{ super() }}
- Enable additional repositories to resolve dependencies:
```shell
dnf config-manager --set-enabled powertools
```
- Disable the built-in PostgreSQL module:
```shell
dnf -qy module disable postgresql
sudo dnf -qy module disable postgresql
```
{% endblock prerequisites %}

1 comment on commit 72cf0d7

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.