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-29 22:05:19 +02:00
parent ac27f980a9
commit 40bcb837ec

View file

@ -51,6 +51,8 @@ ynh_script_progression --message="Setting up frontend..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir/front" --source_id="front"
ynh_setup_source --dest_dir="$install_dir/backend" --source_id="back"
mkdir -p "$install_dir/backend/files"
tempdir="$(mktemp -d)"
back="$(find $tempdir -name "vikunja-*" \! -name "*.sha256")"
cp "$back" "$install_dir/backend/vikunja"