2018-10-04 02:33:13 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2019-04-06 23:32:24 +02:00
|
|
|
#=================================================
|
|
|
|
# COMMON VARIABLES
|
|
|
|
#=================================================
|
|
|
|
|
|
|
|
# dependencies used by the app
|
|
|
|
pkg_dependencies="php-intl php-mbstring php-curl"
|