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:
ericgaspar 2021-08-05 19:32:41 +02:00
parent 0da536a538
commit 2ab3318db7
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -89,6 +89,9 @@ ynh_psql_setup_db --db_user=$db_name --db_name=$db_name
#================================================= #=================================================
ynh_script_progression --message="Installing backend..." --weight=15 ynh_script_progression --message="Installing backend..." --weight=15
mkdir -p /etc/vikunja/
tempdir="$(mktemp -d)" tempdir="$(mktemp -d)"
ynh_setup_source --dest_dir=$tempdir --source_id=vikunja ynh_setup_source --dest_dir=$tempdir --source_id=vikunja
ynh_exec_warn_less dpkg -i $tempdir/vikunja-unstable-amd64.deb ynh_exec_warn_less dpkg -i $tempdir/vikunja-unstable-amd64.deb