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:
parent
ac27f980a9
commit
40bcb837ec
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ ynh_script_progression --message="Setting up frontend..." --weight=1
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# 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/front" --source_id="front"
|
||||||
ynh_setup_source --dest_dir="$install_dir/backend" --source_id="back"
|
ynh_setup_source --dest_dir="$install_dir/backend" --source_id="back"
|
||||||
|
|
||||||
|
mkdir -p "$install_dir/backend/files"
|
||||||
tempdir="$(mktemp -d)"
|
tempdir="$(mktemp -d)"
|
||||||
back="$(find $tempdir -name "vikunja-*" \! -name "*.sha256")"
|
back="$(find $tempdir -name "vikunja-*" \! -name "*.sha256")"
|
||||||
cp "$back" "$install_dir/backend/vikunja"
|
cp "$back" "$install_dir/backend/vikunja"
|
||||||
|
|
Loading…
Add table
Reference in a new issue