1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00

Update install

This commit is contained in:
Éric Gaspar 2024-07-31 14:35:12 +02:00
parent 2fa4158114
commit 4ae88ff1fb

View file

@ -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"