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
d520ec8a01
commit
8abc756f33
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ ynh_script_progression --message="Setting up source files..." --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"
|
ynh_setup_source --dest_dir="$install_dir"
|
||||||
|
tempdir="$(mktemp -d)"
|
||||||
executable="$(find $tempdir -name "vikunja-*" \! -name "*.sha256")"
|
executable="$(find $tempdir -name "vikunja-*" \! -name "*.sha256")"
|
||||||
ln -s "$executable" "$install_dir/vikunja"
|
ln -s "$executable" "$install_dir/vikunja"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue