Skip to content

Commit c0ecf57

Browse files
committed
Fix installation for Ubuntu >= 22.04
1 parent 30a0249 commit c0ecf57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sites/hurl.dev/_docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ $ export PATH=$INSTALL_DIR/hurl-$VERSION-x86_64-unknown-linux-gnu/bin:$PATH
2222

2323
#### Debian / Ubuntu
2424

25-
For Debian >=12 / Ubuntu >=22.04, Hurl can be installed using a binary .deb file provided in each Hurl release.
25+
For Debian >=12 / Ubuntu 22.04 and 24.04, Hurl can be installed using a binary .deb file provided in each Hurl release.
2626

2727
```shell
2828
$ VERSION=7.1.0
2929
$ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/$VERSION/hurl_${VERSION}_amd64.deb
3030
$ sudo apt update && sudo apt install ./hurl_${VERSION}_amd64.deb
3131
```
3232

33-
For Ubuntu >=18.04, Hurl can be installed from `ppa:lepapareil/hurl`
33+
For Ubuntu >=22.04, Hurl can be installed from `ppa:lepapareil/hurl`
3434

3535
```shell
3636
$ VERSION=7.1.0

sites/hurl.dev/_posts/2025-11-26-hurl-7.1.0-the-pretty-edition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ the following features to 7.1.0:
336336
- by setting environment variables `HURL_SECRET_my_secret`
337337
- using secrets files with [`--secrets-file`]({% link _docs/manual.md %}#secrets-file)
338338
- improve `--test` progress bar to display retry status
339-
- small improvments to HTML report
339+
- small improvements to HTML report
340340
341341
You can check the complete list of enhancements and bug fixes [in our release note].
342342

0 commit comments

Comments
 (0)