1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/scripts/_common.sh

12 lines
250 B
Bash
Raw Normal View History

2019-02-27 23:52:47 +01:00
#!/bin/bash
#=================================================
# CONSTANTS
2019-02-27 23:52:47 +01:00
#=================================================
# shellcheck disable=SC2034 # Variable is used by other scripts
pkg_dependencies=(
diffutils
imagemagick
acl
)