@@ -22,26 +22,23 @@ OE_HOME_EXT="/$OE_USER/${OE_USER}-server"
2222# The default port where this Odoo instance will run under (provided you use the command -c in the terminal)
2323# Set to true if you want to install it, false if you don't need it or have it already installed.
2424INSTALL_WKHTMLTOPDF=" True"
25- # #
26- # ## WKHTMLTOPDF download links
27- # # === Ubuntu Trusty x64 & x32 === (for other distributions please replace these two links,
28- # # in order to have correct version of wkhtmltox installed, for a danger note refer to
29- # # https://www.odoo.com/documentation/8.0/setup/install.html#deb ):
30- WKHTMLTOX_X64=http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb
31- WKHTMLTOX_X32=http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-i386.deb
32-
33-
3425# Set the default Odoo port (you still have to use -c /etc/odoo-server.conf for example to use this.)
3526OE_PORT=" 8069"
36-
3727# Choose the Odoo version which you want to install. For example: 9.0, 8.0, 7.0 or saas-6. When using 'trunk' the master version will be installed.
3828# IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 9.0
3929OE_VERSION=" 9.0"
40-
4130# set the superadmin password
4231OE_SUPERADMIN=" admin"
4332OE_CONFIG=" ${OE_USER} -server"
4433
34+ # #
35+ # ## WKHTMLTOPDF download links
36+ # # === Ubuntu Trusty x64 & x32 === (for other distributions please replace these two links,
37+ # # in order to have correct version of wkhtmltox installed, for a danger note refer to
38+ # # https://www.odoo.com/documentation/8.0/setup/install.html#deb ):
39+ WKHTMLTOX_X64=http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb
40+ WKHTMLTOX_X32=http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-i386.deb
41+
4542# --------------------------------------------------
4643# Update Server
4744# --------------------------------------------------
0 commit comments