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:
parent
bd1e9eb8bf
commit
4ff2589dbf
1 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue