about summary refs log tree commit diff
path: root/src/ci/docker/scripts/ohos-openssl.sh
blob: 713ab6131e31a06b39e9a680c28513f7f247fe95 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -ex

URL=https://github.com/ohos-rs/ohos-openssl/archive/refs/tags/0.1.0.tar.gz

mkdir -p /opt/ohos-openssl
curl -fL $URL | tar xz -C /opt/ohos-openssl --strip-components=1