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
7a0b01af20
commit
f92d6cf9c2
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ ynh_script_progression --message="Setting up source files..." --weight=1
|
|||
ynh_setup_source --dest_dir="$install_dir"
|
||||
tempdir="$(mktemp -d)"
|
||||
executable="$(find $tempdir -name "vikunja-*" \! -name "*.sha256")"
|
||||
ln -s "$executable" "$install_dir/vikunja"
|
||||
#ln -s "$executable" "$install_dir/vikunja"
|
||||
mv "$executable" "$install_dir/vikunja"
|
||||
|
||||
chmod +x "$install_dir/vikunja"
|
||||
|
||||
|
|
Loading…
Reference in a new issue