mirror of
https://github.com/nzbget/nzbget.git
synced 2025-12-23 22:27:45 -05:00
#747: updated url of the global certificate storage file
in the build scripts
This commit is contained in:
@@ -183,7 +183,7 @@ UpdateFromRepository()
|
||||
|
||||
echo "Updating root certificates"
|
||||
cd ../setup
|
||||
curl --remote-name --time-cond cacert.pem https://curl.haxx.se/ca/cacert.pem
|
||||
curl --remote-name --time-cond cacert.pem https://curl.se/ca/cacert.pem
|
||||
cd $BUILDDIR
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -93,7 +93,7 @@ if errorlevel 1 goto BUILD_FAILED
|
||||
rem Update ca root certificates
|
||||
echo Updating root certificates
|
||||
cd image
|
||||
%CURL% --remote-name --time-cond cacert.pem https://curl.haxx.se/ca/cacert.pem
|
||||
%CURL% --remote-name --time-cond cacert.pem https://curl.se/ca/cacert.pem
|
||||
if errorlevel 1 goto BUILD_FAILED
|
||||
cd ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user