From 4ae88ff1fb1e12c3b78f374f95b9e7f44f281f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:35:12 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1eab1e0..bfbcab6 100644 --- a/scripts/install +++ b/scripts/install @@ -47,7 +47,7 @@ ynh_app_setting_set --app=$app --key=maxitemsperpage --value=$maxitemsperpage ynh_script_progression --message="Setting up source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$install_dir" +ynh_setup_source --dest_dir="$install_dir" --full_replace=1 rm $install_dir/"*.sha256" mv "$install_dir/vikunja-*" "$install_dir/vikunja"