mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
Fix
This commit is contained in:
parent
7ba6aac1d7
commit
529d4beb3c
3 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ ynh_add_config --template="../conf/config.yml" --destination="/etc/vikunja/confi
|
||||||
ynh_script_progression --message="Installing backend..." --weight=15
|
ynh_script_progression --message="Installing backend..." --weight=15
|
||||||
|
|
||||||
tempdir="$(mktemp -d)"
|
tempdir="$(mktemp -d)"
|
||||||
ynh_setup_source --dest_dir=$tempdir --source_id=vikunja
|
ynh_setup_source --dest_dir=$tempdir --source_id=api
|
||||||
ynh_exec_warn_less dpkg -i $tempdir/vikunja-unstable-amd64.deb
|
ynh_exec_warn_less dpkg -i $tempdir/vikunja-unstable-amd64.deb
|
||||||
chmod +x /opt/vikunja/vikunja
|
chmod +x /opt/vikunja/vikunja
|
||||||
|
|
||||||
|
|
|
@ -86,7 +86,7 @@ then
|
||||||
ynh_script_progression --message="Installing backend..." --weight=5
|
ynh_script_progression --message="Installing backend..." --weight=5
|
||||||
|
|
||||||
tempdir="$(mktemp -d)"
|
tempdir="$(mktemp -d)"
|
||||||
ynh_setup_source --dest_dir=$tempdir --source_id=vikunja
|
ynh_setup_source --dest_dir=$tempdir --source_id=api
|
||||||
ynh_exec_warn_less dpkg -i $tempdir/vikunja-unstable-amd64.deb
|
ynh_exec_warn_less dpkg -i $tempdir/vikunja-unstable-amd64.deb
|
||||||
|
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=5
|
ynh_script_progression --message="Upgrading source files..." --weight=5
|
||||||
|
|
Loading…
Reference in a new issue