diff --git a/scripts/_common.sh b/scripts/_common.sh index 17fdc23..886ddf9 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,6 +9,7 @@ YNH_PHP_VERSION="7.4" pkg_dependencies="php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-posix php${YNH_PHP_VERSION}-bz2 php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-memcache php${YNH_PHP_VERSION}-memcached php${YNH_PHP_VERSION}-ldap php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-sockets php${YNH_PHP_VERSION}-mcrypt php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-fileinfo php${YNH_PHP_VERSION}-mbstring" + # from nextcloud common script # Check available space before creating a temp directory.