mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
add calibre to testing, less dependencies pulled from unstable
This commit is contained in:
parent
b325eab2d6
commit
efc3dc88cd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ apt -y install calibre-bin dirmngr
|
|||
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue