mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
Félix Piédallu
ccab400056
* Use the new permissions system * Mimic structure of example_ynh * Change weights * Fix manifest * Fix check_process
11 lines
250 B
Bash
11 lines
250 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# CONSTANTS
|
|
#=================================================
|
|
# shellcheck disable=SC2034 # Variable is used by other scripts
|
|
pkg_dependencies=(
|
|
diffutils
|
|
imagemagick
|
|
acl
|
|
)
|