From 6df5fc13ff87f85f0b2bc4c0889d6821b7b7753b Mon Sep 17 00:00:00 2001 From: Filipe PINTO Date: Sat, 22 Nov 2025 19:47:22 +0100 Subject: [PATCH] Fix Ubuntu minimum version for ppa installation --- README.md | 2 +- docs/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdaba03622..26ccf87aec 100644 --- a/README.md +++ b/README.md @@ -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 ``` -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 $ VERSION=7.1.0 diff --git a/docs/installation.md b/docs/installation.md index b4b5bed2ce..cbd67dd109 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 ``` -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 $ VERSION=7.1.0