mirror of
https://github.com/YunoHost-Apps/easyappointments_ynh.git
synced 2024-11-24 17:03:32 +03:00
21 lines
581 B
Bash
21 lines
581 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
YNH_PHP_VERSION="7.3"
|
|
|
|
pkg_dependencies="php${YNH_PHP_VERSION}-curl"
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|