From 3156052e3f1763e0de73c1e4d1fc9272299f8dbb Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 6 Aug 2021 20:26:40 +0200 Subject: [PATCH] Fix install on buster --- scripts/_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index eac4882..366f9fe 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,6 +9,7 @@ pkg_dependencies="\ zlib1g-dev \ libssl-dev \ libjemalloc-dev \ + python2-minimal \ git \ "