From 2b83db790b34c453dc66c36d04faffd1ffaa8696 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 23 Oct 2018 18:21:25 -0400 Subject: [PATCH] Update calibre-install-latest-rpi.sh --- scripts/calibre-install-latest-rpi.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/calibre-install-latest-rpi.sh b/scripts/calibre-install-latest-rpi.sh index 32ab0588a..a380adff3 100755 --- a/scripts/calibre-install-latest-rpi.sh +++ b/scripts/calibre-install-latest-rpi.sh @@ -10,6 +10,7 @@ export DEBIAN_FRONTEND=noninteractive # Prepares to update to latest from raspbian testing echo "deb http://raspbian.raspberrypi.org/raspbian/ testing main" > /etc/apt/sources.list.d/rpi-testing.list apt update +apt -y install sqlite3 # workaround for https://github.com/iiab/iiab/issues/1139 that blocked install of Admin Console apt -y install calibre calibre-bin #sed -i '$ d' /etc/apt/sources.list.d/rpi-testing.list # Removes last line rm /etc/apt/sources.list.d/rpi-testing.list