1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00
jappix_ynh/scripts/_common.sh

20 lines
534 B
Bash
Raw Normal View History

2017-03-08 23:30:26 +01:00
#!/bin/bash
#=================================================
2021-07-21 14:25:01 +02:00
# COMMON VARIABLES
2017-03-08 23:30:26 +01:00
#=================================================
2021-07-21 14:51:44 +02:00
YNH_PHP_VERSION="7.3"
2017-03-08 23:30:26 +01:00
#=================================================
2021-07-21 14:25:01 +02:00
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
2017-03-08 23:30:26 +01:00
#=================================================