From c3b8fdadfd3af8f8c22e8d869d15260c16da7bf9 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 23 Dec 2018 21:21:36 +0100 Subject: [PATCH] Correct issue #10 https://github.com/YunoHost-Apps/calibre_ynh/issues/10 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 1e95153..fd1ac95 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,5 +1,5 @@ #!/bin/bash -pkg_dependencies="sqlite3" +pkg_dependencies="sqlite3 python-pip" create_dir=0