mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
f99d929476
* 3.11.5
* Auto-update README
* 3.11.6
* Auto-update README
* Fix
* Update config-path.php
* Update manifest.json
* remove language
* Revert "remove language"
This reverts commit a598ca0465
.
* Fix
* Update upgrade
* Update check_process
* Fix
* Update install
* Fix
* Update install
* Fix
* Update install
* Update upgrade
* 100M
* Fix
* fix
* Update _common.sh
* Fix
* remove de
* Update fr.src
* remove translation
* fix
* Update upgrade
* Update change_url
* Update config-path.php
* Update _common.sh
* 4.0.0
* Auto-update README
* 7.4
* Update restore
* Update upgrade
Co-authored-by: Yunohost-Bot <>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
22 lines
925 B
Bash
22 lines
925 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
# dependencies used by the app
|
|
YNH_PHP_VERSION="7.4"
|
|
|
|
pkg_dependencies="postgresql php${YNH_PHP_VERSION}-common php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-xmlrpc php${YNH_PHP_VERSION}-soap php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-ldap"
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|