We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175b925 commit 1b8d790Copy full SHA for 1b8d790
ct/odoo.sh
@@ -29,7 +29,7 @@ function update_script() {
29
exit 1
30
fi
31
if ! [[ $(dpkg -s python3-lxml-html-clean 2>/dev/null) ]]; then
32
- $STD apt-get install python-lxml
+ $STD apt-get install python3-lxml
33
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
34
$STD dpkg -i /opt/python3-lxml-html-clean.deb
35
rm -f /opt/python3-lxml-html-clean.deb
0 commit comments