mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update calibre-install-latest.sh
This commit is contained in:
parent
6363555f7e
commit
81ce413595
1 changed files with 6 additions and 3 deletions
|
@ -4,15 +4,18 @@
|
||||||
# breakthrough possible!
|
# breakthrough possible!
|
||||||
#
|
#
|
||||||
# Calibre 3.23 is the latest available from testing as of 2018-05-10:
|
# Calibre 3.23 is the latest available from testing as of 2018-05-10:
|
||||||
|
#
|
||||||
# https://packages.debian.org/search?keywords=calibre
|
# https://packages.debian.org/search?keywords=calibre
|
||||||
# (SEE ALSO http://deb.debian.org/debian/pool/main/c/calibre/ ?)
|
# http://deb.debian.org/debian/pool/main/c/calibre/
|
||||||
|
# http://raspbian.raspberrypi.org/raspbian/pool/main/c/calibre/
|
||||||
|
# http://archive.raspbian.org/raspbian/pool/main/c/calibre/
|
||||||
#
|
#
|
||||||
# Might break future updates; you have been warned.
|
# Might break future updates; you have been warned.
|
||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
# Drags in stock desktop dependencies without too much from testing below
|
# Drags in stock desktop dependencies without too much from testing below
|
||||||
apt -y install calibre-bin dirmngr
|
apt -y install calibre-bin dirmngr
|
||||||
# Updates calibre calibre-bin to version 3.20 or ... from testing
|
# Prepare to update to latest from testing
|
||||||
apt-key adv --recv-key --keyserver keyserver.ubuntu.com 7638D0442B90D010
|
apt-key adv --recv-key --keyserver keyserver.ubuntu.com 7638D0442B90D010
|
||||||
echo "deb http://deb.debian.org/debian testing main" >> /etc/apt/sources.list.d/debian-testing.list
|
echo "deb http://deb.debian.org/debian testing main" >> /etc/apt/sources.list.d/debian-testing.list
|
||||||
apt update
|
apt update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue