1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlist_ynh.git synced 2024-09-03 18:36:18 +02:00

Update _common.sh

This commit is contained in:
Éric Gaspar 2023-01-29 18:08:32 +01:00
parent 9b3f9d8a68
commit 7f7f1d09ff

View file

@ -11,7 +11,7 @@ YNH_PHP_VERSION=8.1
php_dependencies="php$YNH_PHP_VERSION-fpm"
# dependencies used by the app (must be on a single line)
pkg_dependencies="$php_dependencies"
pkg_dependencies="git $php_dependencies"
#=================================================
# PERSONAL HELPERS