From ed48433fac4e49e89eaac271996ed2134607692f Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 25 Oct 2023 10:49:01 +0200 Subject: [PATCH] new: [myc-install] add ``debian 12`` compatibility for python --- bin/myc-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/myc-install b/bin/myc-install index eb72b3b..b29a580 100755 --- a/bin/myc-install +++ b/bin/myc-install @@ -136,7 +136,8 @@ if [ "$MAIN_PASSWORD" ]; then fi -pip install ovh || exit 1 +pip install ovh || + pip install ovh --break-system-packages || exit 1 #compose --debug up odoo apache