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"