mirror of
https://github.com/YunoHost-Apps/immich_ynh.git
synced 2024-09-03 20:36:24 +02:00
Update _common.sh
This commit is contained in:
parent
9f241b720d
commit
d77a98f885
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@ function detect_arch() {
|
||||||
NODEJS_VERSION=16
|
NODEJS_VERSION=16
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="postgresql libheif vips ffmpeg"
|
pkg_dependencies="postgresql ffmpeg"
|
||||||
|
|
||||||
|
# libheif vips
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue