From 796149b39bab6f8b8352378fda8c3fb9ad961335 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 5 Mar 2021 05:09:28 +0100 Subject: [PATCH] fixes --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ea69553..b339122 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,9 +5,9 @@ #================================================= # dependencies used by the app -pkg_dependencies="python3-venv python3-dev python3-pip" +pkg_dependencies="curl" -python_version=3.9.2 +python_version=3.7.3 #================================================= # PERSONAL HELPERS