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-05-03 09:03:50 +02:00
parent f92d6cf9c2
commit 3e10e2e8ac

View file

@ -51,7 +51,7 @@ ynh_setup_source --dest_dir="$install_dir"
tempdir="$(mktemp -d)"
executable="$(find $tempdir -name "vikunja-*" \! -name "*.sha256")"
#ln -s "$executable" "$install_dir/vikunja"
mv "$executable" "$install_dir/vikunja"
mv "$executable" "$install_dir"
chmod +x "$install_dir/vikunja"