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:
parent
479a5dc0e0
commit
731aa2ea8b
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue