diff --git a/odoo_install.sh b/odoo_install.sh index 3bd0b90..332d2fa 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -41,7 +41,7 @@ WEBSITE_NAME="_" # Set the default Odoo longpolling port (you still have to use -c /etc/odoo-server.conf for example to use this.) LONGPOLLING_PORT="8072" # Set to "True" to install certbot and have ssl enabled, "False" to use http -ENABLE_SSL="True" +ENABLE_SSL="False" # Provide Email to register ssl certificate ADMIN_EMAIL="odoo@example.com" ## @@ -148,7 +148,7 @@ sudo chown $OE_USER:$OE_USER /var/log/$OE_USER # Install ODOO #-------------------------------------------------- echo -e "\n==== Installing ODOO Server ====" -sudo git clone --depth 1 --branch $OE_VERSION https://www.github.com/odoo/odoo $OE_HOME_EXT/ +sudo git clone --depth 1 --branch $OE_VERSION https://www.github.com/DrunkOne/odoo $OE_HOME_EXT/ if [ $IS_ENTERPRISE = "True" ]; then # Odoo Enterprise install!