Files
vpp/extras/hs-test/script/build_curl.sh
Florin Coras f26bbeac4b hs-test: use prebuilt curl with http3 support
Type: improvement

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I4d17ae3f7736dc10c68ca6e304699ea39d012f6c
2023-12-22 17:19:11 +00:00

5 lines
175 B
Bash
Executable File

#!/bin/bash
wget https://github.com/stunnel/static-curl/releases/download/8.5.0/curl-static-amd64-8.5.0.tar.xz
tar -xvf ./curl-static-amd64-8.5.0.tar.xz
cp curl /usr/bin/curl