1
0
Fork 0
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:
ericgaspar 2020-07-24 18:34:53 +02:00
parent 74276ddd93
commit 2ff0424844
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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
# )
# }