mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
Update upgrade
This commit is contained in:
parent
670fb5c06b
commit
be09f125f4
1 changed files with 10 additions and 0 deletions
|
@ -34,6 +34,16 @@ if [ -z "${name:-}" ]; then
|
|||
ynh_app_setting_set --app=$app --key=name --value=$name
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# INSTALL RABBITMQ
|
||||
#=================================================
|
||||
ynh_script_progression --message="Installing RabbitMQ..."
|
||||
|
||||
tempdir="$(mktemp -d)"
|
||||
ynh_setup_source --dest_dir=$tempdir --source_id="rabbitmq"
|
||||
dpkg -i $tempdir/rabbitmq-server.deb
|
||||
ynh_secure_remove --file="$tempdir"
|
||||
|
||||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue