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:
parent
9b3f9d8a68
commit
7f7f1d09ff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue