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
Félix Piédallu ccab400056 Revamp the scripts:
* Use the new permissions system
* Mimic structure of example_ynh
* Change weights
* Fix manifest
* Fix check_process
2020-06-15 15:23:51 +02:00

11 lines
250 B
Bash

#!/bin/bash
#=================================================
# CONSTANTS
#=================================================
# shellcheck disable=SC2034 # Variable is used by other scripts
pkg_dependencies=(
diffutils
imagemagick
acl
)