1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prettynoemiecms_ynh.git synced 2024-09-03 20:06:36 +02:00
prettynoemiecms_ynh/scripts/_common.sh

23 lines
698 B
Bash
Raw Normal View History

2018-04-23 22:40:01 +02:00
#!/bin/bash
2019-06-01 19:22:51 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
2021-05-01 08:45:30 +02:00
YNH_PHP_VERSION="7.3"
2019-06-01 19:22:51 +02:00
# dependencies used by the app
2022-03-25 13:55:27 +01:00
pkg_dependencies="git php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-common php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-json"
2019-06-01 19:22:51 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
2018-04-27 10:30:15 +02:00
2019-06-01 19:22:51 +02:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2018-04-27 10:30:15 +02:00
2019-06-01 19:22:51 +02:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================