mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
13 lines
273 B
Bash
13 lines
273 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# CONSTANTS
|
|
#=================================================
|
|
# shellcheck disable=SC2034 # Variable is used by other scripts
|
|
pkg_dependencies=(
|
|
diffutils
|
|
imagemagick
|
|
acl
|
|
)
|
|
|
|
YNH_PHP_VERSION="7.3"
|