mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix missing dependancy for bookworm
This commit is contained in:
parent
3ce35d35ca
commit
c71ab406c3
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ else
|
||||||
path_url2=$path_url"/"
|
path_url2=$path_url"/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ynh_apt install pkgconf
|
||||||
|
|
||||||
# Register (book) web path
|
# Register (book) web path
|
||||||
ynh_webpath_register --app $app --domain $domain --path_url $path_url
|
ynh_webpath_register --app $app --domain $domain --path_url $path_url
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue