2021-09-25 20:24:03 +06:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
pushd calibre-plugin
|
|
|
|
|
2022-07-28 22:07:52 +06:00
|
|
|
# As the latest oscrypto release (1.3.0) does not yet support OpenSSL3, we'll have to download a forked version ...
|
|
|
|
# See https://github.com/wbond/oscrypto/pull/61 for more information.
|
|
|
|
|
2022-05-01 20:08:30 +06:00
|
|
|
wget https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/asn1crypto_1.5.1.zip -O asn1crypto.zip
|
2022-07-28 22:07:52 +06:00
|
|
|
wget https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/oscrypto_1.3.0_fork_fe39273cc5020.zip -O oscrypto.zip
|
2021-09-25 20:24:03 +06:00
|
|
|
|
|
|
|
popd
|
|
|
|
|