1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/signaturepdf_ynh.git synced 2024-09-03 20:25:57 +02:00

Update _common.sh

This commit is contained in:
ericgaspar 2022-06-05 14:29:10 +02:00
parent 598563f3f7
commit bc53f9ecfe
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -7,7 +7,7 @@
YNH_PHP_VERSION="7.4" YNH_PHP_VERSION="7.4"
# dependencies used by the app # dependencies used by the app
pkg_dependencies="librsvg2-bin pdftk imagemagick potrace" pkg_dependencies="php${YNH_PHP_VERSION}-fpm librsvg2-bin pdftk imagemagick potrace"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS