diff --git a/scripts/_common.sh b/scripts/_common.sh index 9763934..3dc22d9 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,8 +4,7 @@ # COMMON VARIABLES # dependencies used by the app (must be on a single line) -#pkg_dependencies="deb1 deb2 $php_dependencies" -# How to install python flask ? +pkg_dependencies="python3-venv" #================================================= # PERSONAL HELPERS