diff --git a/odoo_install.sh b/odoo_install.sh index 8908f46..c346825 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -69,10 +69,10 @@ su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true # Install Dependencies #-------------------------------------------------- echo -e "\n---- Install tool packages ----" -apt-get install wget subversion git bzr bzrtools python-pip gdebi-core -y +apt-get install wget git python-pip gdebi-core -y echo -e "\n---- Install python packages ----" -apt-get install python-dateutil python-feedparser python-ldap python-libxslt1 python-lxml python-mako python-openid python-psycopg2 python-pybabel python-pychart python-pydot python-pyparsing python-reportlab python-simplejson python-tz python-vatnumber python-vobject python-webdav python-werkzeug python-xlwt python-yaml python-zsi python-docutils python-psutil python-mock python-unittest2 python-jinja2 python-pypdf python-decorator python-requests python-passlib python-pil -y +apt-get install python-dateutil python-feedparser python-ldap python-libxslt1 python-lxml python-mako python-openid python-psycopg2 python-pybabel python-pychart python-pydot python-pyparsing python-reportlab python-simplejson python-tz python-vatnumber python-vobject python-werkzeug python-xlwt python-yaml python-docutils python-psutil python-mock python-unittest2 python-jinja2 python-pypdf python-decorator python-requests python-passlib python-geoip python-unicodecsv python-serial python-pil -y echo -e "\n---- Install python libraries ----" pip install gdata