1
0
Fork 0
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:
Éric Gaspar 2023-11-16 13:50:43 +01:00
parent 670fb5c06b
commit be09f125f4

View file

@ -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
#=================================================