mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
7 lines
91 B
Bash
7 lines
91 B
Bash
#!/bin/bash
|
|
app=odoo
|
|
|
|
# Upgrade official package
|
|
sudo apt-get install odoo -y -qq
|
|
|
|
# TBD
|