mirror of
https://github.com/YunoHost-Apps/easyappointments_ynh.git
synced 2024-11-10 01:52:23 +03:00
9 lines
204 B
Bash
9 lines
204 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
YNH_PHP_VERSION="7.4"
|
|
|
|
pkg_dependencies="php${YNH_PHP_VERSION}-curl"
|