Skip to content

Commit

Permalink
chore: improved script
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 3, 2024
1 parent 1c7c3cb commit 9bab083
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/build/extras/ca-certs.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
DIR=$(dirname $(readlink -f ${BASH_SOURCE[0]}))

set -e +h

source $DIR/common.sh

rget https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt

rm -f usr/share/ssl/certdata.txt &&\
Expand Down

0 comments on commit 9bab083

Please sign in to comment.