aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/script/build_curl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hs-test/script/build_curl.sh')
-rwxr-xr-xextras/hs-test/script/build_curl.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/extras/hs-test/script/build_curl.sh b/extras/hs-test/script/build_curl.sh
new file mode 100755
index 00000000000..e4258946f9e
--- /dev/null
+++ b/extras/hs-test/script/build_curl.sh
@@ -0,0 +1,5 @@
+#!/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 \ No newline at end of file