From 07cb2dbb5c6e6dfdf9d4c9381bc15b986f45c971 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 3 Dec 2023 00:30:50 +0100 Subject: [PATCH] gemserv is not an apt package but an app to install to be able to install my_capsule x_x --- manifest.toml | 2 +- scripts/install | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 #=================================================