2021-09-25 20:24:03 +06:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
pushd calibre-plugin
|
|
|
|
|
2021-12-15 15:09:52 +06:00
|
|
|
wget https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/asn1crypto_1.4.0.zip -O asn1crypto.zip
|
|
|
|
wget https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/cryptography_36.0.1.zip -O cryptography.zip
|
|
|
|
wget https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/oscrypto_1.2.1.zip -O oscrypto.zip
|
|
|
|
wget https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/pyasn1_0.4.8.zip -O pyasn1.zip
|
|
|
|
wget https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/rsa_4.8.zip -O rsa.zip
|
2021-09-25 20:24:03 +06:00
|
|
|
|
|
|
|
popd
|
|
|
|
|