From 2af5e8781a99ad1c20c65691a42af88a3732b6e1 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 10 May 2018 23:59:37 -0400 Subject: [PATCH] Update calibre-install-latest-rpi.sh --- scripts/calibre-install-latest-rpi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/calibre-install-latest-rpi.sh b/scripts/calibre-install-latest-rpi.sh index ebc55ec1b..a5d520bda 100755 --- a/scripts/calibre-install-latest-rpi.sh +++ b/scripts/calibre-install-latest-rpi.sh @@ -13,11 +13,11 @@ # Might break future updates; you have been warned. export DEBIAN_FRONTEND=noninteractive -# Prepare to update to latest from testing +# Prepares 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/rpi-testing.list +# 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 # Clears the cache of testing apt update