1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_capsule_ynh.git synced 2024-09-03 19:46:21 +02:00

gemserv is not an apt package but an app to install to be able to install my_capsule x_x

This commit is contained in:
Alexandre Aubin 2023-12-03 00:30:50 +01:00 committed by GitHub
parent 8b12a53dc8
commit 07cb2dbb5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -10,6 +10,7 @@ source _common.sh
source ynh_apps
source /usr/share/yunohost/helpers
ynh_install_apps --apps="gemserv"
#=================================================
# CREATE DEDICATED USER
#=================================================