
Type: improvement Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I4d17ae3f7736dc10c68ca6e304699ea39d012f6c
5 lines
175 B
Bash
Executable File
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 |