Fix Ubuntu minimum version for ppa installation

This commit is contained in:
Filipe PINTO 2025-11-22 19:47:22 +01:00 committed by GitHub
parent adb50a9a2f
commit 6df5fc13ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1575,7 +1575,7 @@ $ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releas
$ sudo apt update && sudo apt install ./hurl_${VERSION}_amd64.deb $ sudo apt update && sudo apt install ./hurl_${VERSION}_amd64.deb
``` ```
For Ubuntu >=18.04, Hurl can be installed from `ppa:lepapareil/hurl` For Ubuntu >=22.04, Hurl can be installed from `ppa:lepapareil/hurl`
```shell ```shell
$ VERSION=7.1.0 $ VERSION=7.1.0

View File

@ -23,7 +23,7 @@ $ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releas
$ sudo apt update && sudo apt install ./hurl_${VERSION}_amd64.deb $ sudo apt update && sudo apt install ./hurl_${VERSION}_amd64.deb
``` ```
For Ubuntu >=18.04, Hurl can be installed from `ppa:lepapareil/hurl` For Ubuntu >=22.04, Hurl can be installed from `ppa:lepapareil/hurl`
```shell ```shell
$ VERSION=7.1.0 $ VERSION=7.1.0