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

26 lines
746 B
Bash
Raw Normal View History

2022-03-29 23:35:03 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="8.0"
# Composer version
2022-04-10 18:44:05 +02:00
YNH_COMPOSER_VERSION="2.3.3"
2022-03-29 23:35:03 +02:00
# dependencies used by the app
2022-03-29 23:39:09 +02:00
pkg_dependencies="php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-redis php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-curl"
2022-03-29 23:35:03 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================