dependencies

This commit is contained in:
Marcel Walter 2025-10-26 02:18:17 +02:00
parent bd6594f7f5
commit 426fb0dc26

View File

@ -21,9 +21,11 @@ $STD apt install -y python3-num2words
$STD apt install -y python3-stdnum
$STD apt install -y python3-autocommand python3-inflect python3-jaraco.context python3-jaraco.functools python3-more-itertools python3-pkg-resources python3-typeguard python3-pkg-resources
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
$STD apt install -y /opt/python3-lxml-html-clean.deb
curl -fsSL "http://archive.ubuntu.com/ubuntu/pool/universe/v/vatnumber/python3-vatnumber_1.2-9_all.deb" -o /opt/python3-vatnumber.deb
$STD dpkg -i /opt/python3-vatnumber.deb
$STD apt install -y /opt/python3-vatnumber.deb
curl -fsSL "http://archive.ubuntu.com/ubuntu/pool/universe/p/pypdf2/python3-pypdf2_2.12.1-4_all.deb" -o /opt/python3-pypdf2.deb
$STD apt install -y /opt/python3-pypdf2.deb
msg_ok "Installed Dependencies"
PG_VERSION="13.16" setup_postgresql
@ -39,8 +41,7 @@ LATEST_VERSION=$(curl -fsSL "https://nightly.odoo.com/${RELEASE}/nightly/deb/" |
msg_info "Setup Odoo $RELEASE with $LATEST_VERSION"
curl -fsSL "https://nightly.odoo.com/${RELEASE}/nightly/deb/odoo_${LATEST_VERSION}_all.deb" -o /opt/odoo.deb
#$STD apt install -y /opt/odoo.deb
$STD dpkg -i /opt/odoo.deb
$STD apt install -y /opt/odoo.deb
msg_ok "Setup Odoo $RELEASE with $LATEST_VERSION"
msg_info "Setup PostgreSQL Database"