blob: 1a61b9fd70aae4e9543520febf5f0c9152048a84 (
plain)
1
2
3
4
5
|
#!/bin/bash
wget https://github.com/stunnel/static-curl/releases/download/8.5.0/curl-static-"$TARGETARCH"-8.5.0.tar.xz
tar -xvf ./curl-static-"$TARGETARCH"-8.5.0.tar.xz
cp curl /usr/bin/curl
|