1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update calibre-install-latest-rpi.sh

This commit is contained in:
A Holt 2018-05-10 21:32:34 -04:00 committed by GitHub
parent c550b28e47
commit 1e84e6839d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,11 @@
# Might break future updates; you have been warned.
export DEBIAN_FRONTEND=noninteractive
# Updates calibre calibre-bin to version 3.21 or ... from testing
# Prepare to update to latest from testing
echo "deb http://raspbian.raspberrypi.org/raspbian/ testing main" > /etc/apt/sources.list.d/rpi-testing.list
apt update
apt -y install calibre calibre-bin
# Remove last line, safer than: rm /etc/apt/sources.list.d/debian-testing.list
# Remove last line, safer than: rm /etc/apt/sources.list.d/rpi-testing.list
sed -i '$ d' /etc/apt/sources.list.d/rpi-testing.list
# Clears the cache of testing
apt update