Skip to content

Commit 1b8d790

Browse files
authored
Update odoo.sh (#7941)
1 parent 175b925 commit 1b8d790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/odoo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function update_script() {
2929
exit 1
3030
fi
3131
if ! [[ $(dpkg -s python3-lxml-html-clean 2>/dev/null) ]]; then
32-
$STD apt-get install python-lxml
32+
$STD apt-get install python3-lxml
3333
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
3434
$STD dpkg -i /opt/python3-lxml-html-clean.deb
3535
rm -f /opt/python3-lxml-html-clean.deb

0 commit comments

Comments
 (0)