1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

Update calibre-install-latest-rpi.sh

This commit is contained in:
A Holt 2018-05-10 21:18:23 -04:00 committed by GitHub
parent 56cf3e10b4
commit 6363555f7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,16 @@
#!/bin/bash
# Thanks to Jerry Vonau (https://github.com/jvonau) who made
# this critical breakthrough (Calibre 3.x on Raspbian) possible!
# The latest available is 3.21 available from testing
# https://packages.debian.org/search?keywords=calibre
# (SEE http://raspbian.raspberrypi.org/raspbian/pool/main/c/calibre/
# OR http://archive.raspbian.org/raspbian/pool/main/c/calibre/ ?)
# Might break future updates, you have been warned.
# Thanks to Jerry Vonau (https://github.com/jvonau) who made this critical
# breakthrough possible!
#
# Calibre 3.23 is the latest available from testing as of 2018-05-10:
#
# http://raspbian.raspberrypi.org/raspbian/pool/main/c/calibre/
# http://archive.raspbian.org/raspbian/pool/main/c/calibre/
# https://packages.debian.org/search?keywords=calibre
# http://deb.debian.org/debian/pool/main/c/calibre/
#
# Might break future updates; you have been warned.
export DEBIAN_FRONTEND=noninteractive
# Updates calibre calibre-bin to version 3.21 or ... from testing