From 876e68af36e4b0d77df8a9bde14ebe8ced4c7b6d Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 10 May 2018 16:40:31 -0400 Subject: [PATCH] Update ubuntu-18.yml --- vars/ubuntu-18.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vars/ubuntu-18.yml b/vars/ubuntu-18.yml index c05df9cf8..17068759e 100644 --- a/vars/ubuntu-18.yml +++ b/vars/ubuntu-18.yml @@ -21,3 +21,6 @@ php_version: 7.2 # "postgresql_version: 10.3" fails (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 18.04) postgresql_version: 10 systemd_location: /lib/systemd/system +# To upgrade U18's Calibre 3.21 to something much better: +calibre_via_debs: False +calibre_via_python: True