blob: 713ab6131e31a06b39e9a680c28513f7f247fe95 [file] [log] [blame]
#!/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