Browse Source

new: [myc-install] add ``debian 12`` compatibility for python

pull/4/head
Valentin Lab 6 months ago
parent
commit
ed48433fac
  1. 3
      bin/myc-install

3
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

Loading…
Cancel
Save