Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions plan/main
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@

odoo-16
xfonts-75dpi
wkhtmltopdf
wget
python3-psycogreen

adduser
postgresql-client
adduser
postgresql-client
python3

python3-passlib /* Needed to set admin password */

/* Installing specific version of wkhtmltox for Odoo compatibility */
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.bookworm_amd64.deb
dpkg -i wkhtmltox_0.12.6.1-3.bookworm_amd64.deb || apt-get -f install