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 dfa05f3 commit 0ab91ccCopy full SHA for 0ab91cc
install/odoo-install.sh
@@ -14,7 +14,7 @@ network_check
14
update_os
15
16
msg_info "Installing Dependencies"
17
-$STD apt install -y python3-lxml
+$STD apt install -y python3-lxml wkhtmltopdf
18
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
19
$STD dpkg -i /opt/python3-lxml-html-clean.deb
20
msg_ok "Installed Dependencies"
0 commit comments