1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

Update calibre-install-latest.sh

This commit is contained in:
A Holt 2018-08-21 06:40:59 -04:00 committed by GitHub
parent bd1e9eb8bf
commit 4ff2589dbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,18 @@
#!/bin/bash
# Calibre 3.29 requires this approach, to overcome error:
#
# calibre-bin : Depends: qtbase-abi-5-10-0 but it is not installable
# E: Unable to correct problems, you have held broken packages.
#
# Above error proved insurmountable when trying most all scripts in /opt/iiab/iiab/scripts -- even those that DID solve this error:
#
# calibre : Depends: python-pyqt5 (>= 5.11.2+dfsg-1+b1)
# Thanks to Jerry Vonau (https://github.com/jvonau) who made this critical
# breakthrough possible!
#
# SEE COMMENTS AT THE TOP OF scripts/calibre-install-packages.sh
# SEE NOTES AT TOP OF scripts/calibre-install-packages.sh
export DEBIAN_FRONTEND=noninteractive
# Drags in stock desktop dependencies without too much from testing below