Skip to content

Instantly share code, notes, and snippets.

View AnoodALhjaj's full-sized avatar

Anood Alhjaj AnoodALhjaj

View GitHub Profile
@bistaray
bistaray / odoo_install.sh
Last active April 15, 2022 02:51
Install Odoo v10 Enterprise (with Bista repositories)
#!/bin/bash
################################################################################
# Script for installing Odoo V10 on Ubuntu 16.04, 15.04, 14.04
# Author: Yenthe Van Ginneken
# Adjusted: Ray Carnes
# Assumes you already have an Ubuntu user called "odoo" with a home folder
#-------------------------------------------------------------------------------
# Make a new file:
# sudo nano odoo-install.sh
# Place this content in it and then make the file executable: