1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flood_ynh.git synced 2024-09-03 18:36:20 +02:00

Fix missing flood during restore

This commit is contained in:
yalh76 2022-03-23 20:26:59 +01:00
parent 479a5dc0e0
commit 731aa2ea8b

View file

@ -94,6 +94,16 @@ ynh_script_progression --message="Reinstalling dependencies..."
# Define and install dependencies
ynh_install_app_dependencies $pkg_dependencies
#=================================================
# REINSTALL FLOOD
#=================================================
ynh_script_progression --message="Reinstalling flood..."
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH
dpkg -i $final_path/flood-linux.deb
ynh_secure_remove --file="$final_path/flood-linux.deb"
#=================================================
# RESTORE SYSTEMD
#=================================================