diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-16 01:04:44 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-16 01:04:44 +0300 |
commit | af3e24bee26eb0cbbab683c2f37a3f49bf1338ee (patch) | |
tree | a5b8dbeab4441f033cca5cf8d48f4ebf7bebb89f /core/ca-certificates/build | |
parent | 50e2b1c8a75f78920991761b61fc59d23b6f910a (diff) | |
download | repository-af3e24bee26eb0cbbab683c2f37a3f49bf1338ee.tar.gz |
meta: revert to using bearssl by default
Diffstat (limited to 'core/ca-certificates/build')
-rwxr-xr-x | core/ca-certificates/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/ca-certificates/build b/core/ca-certificates/build new file mode 100755 index 00000000..0f8263d8 --- /dev/null +++ b/core/ca-certificates/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +install -Dm755 cert.sh "$1/usr/bin/update-certdata" |