mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
commit
feb6e64b75
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ sudo apt-get dist-upgrade
|
||||||
if [ ! -f "${JAVA_HOME}/jre/lib/security/local_policy.jar" ]; then
|
if [ ! -f "${JAVA_HOME}/jre/lib/security/local_policy.jar" ]; then
|
||||||
echo "Enabling strong crypto support for Java.."
|
echo "Enabling strong crypto support for Java.."
|
||||||
|
|
||||||
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip
|
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip
|
||||||
|
|
||||||
checksum=f3020a3922efd6626c2fff45695d527f34a8020e938a49292561f18ad1320b59 # see https://github.com/jonathancross/jc-docs/blob/master/java-strong-crypto-test/README.md
|
checksum=f3020a3922efd6626c2fff45695d527f34a8020e938a49292561f18ad1320b59 # see https://github.com/jonathancross/jc-docs/blob/master/java-strong-crypto-test/README.md
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue