mirror of
https://github.com/YunoHost-Apps/easyappointments_ynh.git
synced 2024-11-10 10:02:33 +03:00
10 lines
210 B
Bash
10 lines
210 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
#=================================================
|
||
|
# COMMON VARIABLES
|
||
|
#=================================================
|
||
|
|
||
|
YNH_PHP_VERSION="7.3"
|
||
|
|
||
|
extra_php_dependencies="php${YNH_PHP_VERSION}-curl"
|