mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update and rename calibre312.sh to calibre-install-latest.sh
This commit is contained in:
parent
9773395461
commit
d009b7a161
1 changed files with 0 additions and 0 deletions
20
scripts/calibre-install-latest.sh
Executable file
20
scripts/calibre-install-latest.sh
Executable file
|
@ -0,0 +1,20 @@
|
|||
#!/bin/bash
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
# drags in stock desktop dependencies without too much from testing below
|
||||
apt -y install calibre-bin dirmngr
|
||||
|
||||
# updates calibre-bin to version 3.10 from testing
|
||||
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
|
||||
apt update
|
||||
apt -y install libqt5core5a python-lxml calibre
|
||||
rm /etc/apt/sources.list.d/debian-testing.list
|
||||
|
||||
# updates to calibre & calibre-bin to 3.12 from unstable
|
||||
echo "deb http://deb.debian.org/debian unstable main" > /etc/apt/sources.list.d/debian-unstable.list
|
||||
apt update
|
||||
apt -y install calibre
|
||||
rm /etc/apt/sources.list.d/debian-unstable.list
|
||||
|
||||
# clears the cache of testing and unstable
|
||||
apt update
|
Loading…
Add table
Add a link
Reference in a new issue