mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Update _common.sh
This commit is contained in:
parent
74276ddd93
commit
2ff0424844
1 changed files with 1 additions and 20 deletions
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="postgresql composer"
|
||||
pkg_dependencies="postgresql apt-transport-https composer"
|
||||
|
||||
extra_php_dependencies="php${YNH_PHP_VERSION}-fpm php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-xml"
|
||||
|
||||
|
@ -22,22 +22,3 @@ YNH_PHP_VERSION="7.3"
|
|||
#=================================================
|
||||
# FUTURE OFFICIAL HELPERS
|
||||
#=================================================
|
||||
|
||||
|
||||
|
||||
|
||||
# # App package root directory should be the parent folder
|
||||
# PKGDIR=$(cd ../; pwd)
|
||||
|
||||
# #
|
||||
# # Common helpers
|
||||
# #
|
||||
|
||||
# # Undo the SSO patch to source code (applied by default with ynh_setup_source)
|
||||
# # usage: undo_sso_patch
|
||||
# undo_sso_patch() {
|
||||
# (
|
||||
# cd $final_path
|
||||
# patch -p1 -R < $YNH_CWD/../sources/patches/app-00-sso-logout.patch
|
||||
# )
|
||||
# }
|
||||
|
|
Loading…
Reference in a new issue