Skip to content

Commit

Permalink
Changing version when installing from package
Browse files Browse the repository at this point in the history
  • Loading branch information
robinportigliatti authored Oct 25, 2024
1 parent d51f009 commit 823580c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
##### Debian

```bash
export PGRESTOREPOINTSVERSION="1.5"
export PGRESTOREPOINTSVERSION="1.0"
export PGVERSION=17
wget https://github.com/dalibo/pg_restore_points/releases/download/v${PGRESTOREPOINTSVERSION}/pg_restore_points_${PGVERSION}_${PGRESTOREPOINTSVERSION}_adm64.deb
dpkg -i pg_restore_points_${PGVERSION}_${PGRESTOREPOINTSVERSION}_adm64.deb
Expand All @@ -44,7 +44,7 @@ dpkg -i pg_restore_points_${PGVERSION}_${PGRESTOREPOINTSVERSION}_adm64.deb
##### RedHat

```bash
export PGRESTOREPOINTSVERSION="1.5"
export PGRESTOREPOINTSVERSION="1.0"
export PGVERSION=17
wget https://github.com/dalibo/pg_restore_points/releases/download/v${PGRESTOREPOINTSVERSION}/pg_restore_points_${PGVERSION}_${PGRESTOREPOINTSVERSION}.x86_64.rpm
rpm -i pg_restore_points_${PGVERSION}_${PGRESTOREPOINTSVERSION}.x86_64.rpm
Expand Down Expand Up @@ -106,9 +106,9 @@ Here is the "Contributors" section translated to English:
**Contributors**

- [Robin Portigliatti](https://www.linkedin.com/in/robin-portigliatti-464838a7/) ;
- [Alexandre Pereira](https://www.linkedin.com/in/alexpereira-5/) ;
- [Guillaume Armede](https://www.linkedin.com/in/guillaume-armede-811304147/) ;
- [Guillaume Lelarge](https://github.com/gleu) ;
- [Alexandre Pereira](https://www.linkedin.com/in/alexpereira-5/) ;
- [Franck Boudehen](https://www.linkedin.com/in/franck-boudehen-35754b65).


Expand All @@ -125,4 +125,4 @@ Here is the "Contributors" section translated to English:

```bash
make installcheck
```
```

0 comments on commit 823580c

Please sign in to comment.