mirror of
https://github.com/YunoHost-Apps/h5ai_ynh.git
synced 2024-09-03 20:36:25 +02:00
5543e41f30
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
22 lines
626 B
Bash
22 lines
626 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
YNH_PHP_VERSION=7.4
|
|
|
|
# dependencies used by the app
|
|
pkg_dependencies="php$YNH_PHP_VERSION-fpm ffmpeg imagemagick"
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|