Skip to content

Commit

Permalink
Use dpkg to install
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Sabaini <[email protected]>
  • Loading branch information
sabaini committed Nov 22, 2024
1 parent 15e243d commit fb53a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/actionutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ function install_hurl() {
VERSION=5.0.1
downloadurl="https://github.com/Orange-OpenSource/hurl/releases/download/$VERSION/hurl_${VERSION}_amd64.deb"
curl --location --remote-name $downloadurl
sudo apt update && sudo apt install ./hurl_${VERSION}_amd64.deb
sudo dpkg -i ./hurl_${VERSION}_amd64.deb
}

function hurl() {
Expand Down

0 comments on commit fb53a47

Please sign in to comment.