Skip to content

Commit

Permalink
Add gdebi-core package to install tools
Browse files Browse the repository at this point in the history
 - Added gdebi-core package to install tools list in order
   to have available the 'gdebi' command.
  • Loading branch information
Temur Vibliani committed Sep 22, 2015
1 parent 0e1cc7b commit d222516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion V9/odoo_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true
# Install Dependencies
#--------------------------------------------------
echo -e "\n---- Install tool packages ----"
sudo apt-get install wget subversion git bzr bzrtools python-pip -y
sudo apt-get install wget subversion git bzr bzrtools python-pip gdebi-core -y

echo -e "\n---- Install python packages ----"
sudo 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
Expand Down

0 comments on commit d222516

Please sign in to comment.