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

Fix bookworm

This commit is contained in:
Salamandar 2023-10-04 16:36:56 +02:00
parent 7d8c4de55b
commit cb99659303

View file

@ -4,10 +4,10 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
YNH_PHP_VERSION="7.3" phpversion="7.3"
# dependencies used by the app # dependencies used by the app
pkg_dependencies="" pkg_dependencies="php$phpversion-fpm"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS