diff options
author | Mikko Pulkki <mikko.pulkki@mapbox.com> | 2019-11-01 17:50:46 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-11-11 10:11:49 +0200 |
commit | 4176b28a7794fb04ac81721404407a6a8a1c6ffe (patch) | |
tree | 28bd30063cc0781d80eadcd92a946258d0bdbe0a /scripts | |
parent | 55e18a6f81f3b8ee61c3eb70b0d1cbe9a861e44f (diff) | |
download | qtlocation-mapboxgl-4176b28a7794fb04ac81721404407a6a8a1c6ffe.tar.gz |
[Linux] Remove CA certificate bundle
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update_ca_bundle.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/update_ca_bundle.sh b/scripts/update_ca_bundle.sh deleted file mode 100755 index 3bd268bd0c..0000000000 --- a/scripts/update_ca_bundle.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -cd misc -curl https://raw.githubusercontent.com/curl/curl/master/lib/mk-ca-bundle.pl | perl -rm certdata.txt |