From 5521aef7d21a26dc649b9664b84b672cc39aaa72 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 23 Aug 2018 14:02:53 -0400 Subject: [PATCH] Update calibre-install-latest-rpi.sh --- scripts/calibre-install-latest-rpi.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/calibre-install-latest-rpi.sh b/scripts/calibre-install-latest-rpi.sh index e0d5c22a2..32ab0588a 100755 --- a/scripts/calibre-install-latest-rpi.sh +++ b/scripts/calibre-install-latest-rpi.sh @@ -11,8 +11,7 @@ export DEBIAN_FRONTEND=noninteractive 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 -## Removes last line, safer than: rm /etc/apt/sources.list.d/rpi-testing.list -#sed -i '$ d' /etc/apt/sources.list.d/rpi-testing.list +#sed -i '$ d' /etc/apt/sources.list.d/rpi-testing.list # Removes last line rm /etc/apt/sources.list.d/rpi-testing.list # Clears the cache of rpi/testing apt update