Skip to content
Snippets Groups Projects
Commit addf99ca authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #34 from ids1024/ca-certificates2

Correct ca-certificates recipe
parents 86c0a1a3 7ed36c0d
No related branches found
No related tags found
No related merge requests found
function recipe_fetch {
mkdir source
if [ ! -d source ]
then
mkdir source
fi
pushd source
curl -o make-ca.sh http://anduin.linuxfromscratch.org/BLFS/other/make-ca.sh-20170514
curl -o certdata.txt http://anduin.linuxfromscratch.org/BLFS/other/certdata.txt
curl -o make-ca.sh --time-cond make-ca.sh http://anduin.linuxfromscratch.org/BLFS/other/make-ca.sh-20170514
curl -o certdata.txt --time-cond certdata.txt http://anduin.linuxfromscratch.org/BLFS/other/certdata.txt
popd
skip=1
}
function recipe_update {
curl -o make-ca.sh --time-cond make-ca.sh http://anduin.linuxfromscratch.org/BLFS/other/make-ca.sh-20170514
curl -o certdata.txt --time-cond certdata.txt http://anduin.linuxfromscratch.org/BLFS/other/certdata.txt
skip=1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment