1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreerp_ynh.git synced 2024-09-03 19:36:13 +02:00
libreerp_ynh/scripts/upgrade

15 lines
239 B
Text
Raw Normal View History

2015-09-14 17:12:17 +02:00
#!/bin/bash
2016-07-05 15:22:12 +02:00
set -eu
app=$YNH_APP_INSTANCE_NAME
# Source YunoHost helpers
. /usr/share/yunohost/helpers
# Retrieve arguments
domain=$(ynh_app_setting_get "$app" domain)
2015-09-14 17:12:17 +02:00
2015-09-14 18:13:54 +02:00
# Upgrade official package
sudo apt-get install odoo -y -qq
2016-07-05 15:22:12 +02:00
2015-09-14 17:12:17 +02:00
# TBD