From 1b8d790a14a07e73760ff1c33e41ef9a7cda4d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sat, 27 Sep 2025 20:14:34 +0200 Subject: [PATCH] Update odoo.sh (#7941) --- ct/odoo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/odoo.sh b/ct/odoo.sh index 90f643dae..42504514d 100644 --- a/ct/odoo.sh +++ b/ct/odoo.sh @@ -29,7 +29,7 @@ function update_script() { exit 1 fi if ! [[ $(dpkg -s python3-lxml-html-clean 2>/dev/null) ]]; then - $STD apt-get install python-lxml + $STD apt-get install python3-lxml curl -fsSL "http://archive.ubuntu.com/ubuntu/pool/universe/l/lxml-html-clean/python3-lxml-html-clean_0.1.1-1_all.deb" -o /opt/python3-lxml-html-clean.deb $STD dpkg -i /opt/python3-lxml-html-clean.deb rm -f /opt/python3-lxml-html-clean.deb