1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cultivons_ynh.git synced 2024-09-03 18:16:27 +02:00
cultivons_ynh/scripts/_common.sh

26 lines
688 B
Bash
Raw Normal View History

2023-01-04 07:31:19 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# PHP APP SPECIFIC
#=================================================
2023-01-05 17:19:07 +01:00
2023-01-04 07:31:19 +01:00
YNH_PHP_VERSION=8.0
2023-01-05 17:19:07 +01:00
2023-01-04 11:22:42 +01:00
php_dependencies="php$YNH_PHP_VERSION-sqlite3"
2023-01-04 07:31:19 +01:00
pkg_dependencies="$php_dependencies"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================