mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
[fix] installation dpkg error
This commit is contained in:
parent
31822e1512
commit
2cd6219769
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if [ "$instance" = "master" ]; then
|
||||||
sudo rm -f /etc/apt/sources.list.d/odoo.list
|
sudo rm -f /etc/apt/sources.list.d/odoo.list
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
ynh_package_remove odoo
|
ynh_package_remove odoo
|
||||||
sudo rm -f /etc/odoo/openerp-server.conf
|
sudo dpkg -P odoo
|
||||||
sudo yunohost service remove odoo | true
|
sudo yunohost service remove odoo | true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue