mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
fix
This commit is contained in:
parent
b481ae2bb7
commit
f8f8b883c8
1 changed files with 2 additions and 4 deletions
|
@ -27,11 +27,9 @@ sudo yunohost app setting $app domain -v $domain
|
|||
|
||||
# Install Odoo
|
||||
sudo curl -sS https://nightly.odoo.com/odoo.key | sudo apt-key add -
|
||||
if [ "$odoo_version" = "8.0" ];
|
||||
then
|
||||
if [ "$odoo_version" = "8.0" ]; then
|
||||
sudo sh -c 'echo "deb http://nightly.odoo.com/8.0/nightly/deb/ ./" > /etc/apt/sources.list.d/odoo.list'
|
||||
elif [ "$odoo_version" = "9.0" ];
|
||||
then
|
||||
else
|
||||
sudo sh -c 'echo "deb http://nightly.odoo.com/9.0/nightly/deb/ ./" > /etc/apt/sources.list.d/odoo.list'
|
||||
fi
|
||||
sudo apt-get update
|
||||
|
|
Loading…
Reference in a new issue