diff --git a/manifest.toml b/manifest.toml index 2e9d616..73a5e07 100644 --- a/manifest.toml +++ b/manifest.toml @@ -72,7 +72,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "gemserv, php8.2-fpm, php8.2-mbstring" + packages = "php8.2-fpm, php8.2-mbstring" packages_from_raw_bash = """ if [[ "$database" == true ]]; then echo "mariadb-server, php8.2-mysql" diff --git a/scripts/install b/scripts/install index 8edbb69..fdaeff7 100755 --- a/scripts/install +++ b/scripts/install @@ -10,6 +10,7 @@ source _common.sh source ynh_apps source /usr/share/yunohost/helpers +ynh_install_apps --apps="gemserv" #================================================= # CREATE DEDICATED USER #=================================================