Skip to content

Instantly share code, notes, and snippets.

@jtara1
Created February 22, 2018 21:29
Show Gist options
  • Save jtara1/ce0e26e37ebc2ecc85721d145b0ef608 to your computer and use it in GitHub Desktop.
Save jtara1/ce0e26e37ebc2ecc85721d145b0ef608 to your computer and use it in GitHub Desktop.
sudo su -
wget -O - https://nightly.odoo.com/odoo.key | apt-key add -
echo "deb http://nightly.odoo.com/11.0/nightly/deb/ ./" >> /etc/apt/sources.list.d/odoo.list
apt update && apt-get install odoo -y
sudo apt install python3-pip -y
sudo pip3 install vobject qrcode
sudo apt install libldap2-dev libsasl2-dev
sudo pip3 install pyldap
sudo pip3 install xlwt
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment