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:
parent
8b12a53dc8
commit
07cb2dbb5c
2 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,7 @@ ram.runtime = "50M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "gemserv, php8.2-fpm, php8.2-mbstring"
|
packages = "php8.2-fpm, php8.2-mbstring"
|
||||||
packages_from_raw_bash = """
|
packages_from_raw_bash = """
|
||||||
if [[ "$database" == true ]]; then
|
if [[ "$database" == true ]]; then
|
||||||
echo "mariadb-server, php8.2-mysql"
|
echo "mariadb-server, php8.2-mysql"
|
||||||
|
|
|
@ -10,6 +10,7 @@ source _common.sh
|
||||||
source ynh_apps
|
source ynh_apps
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
|
ynh_install_apps --apps="gemserv"
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE DEDICATED USER
|
# CREATE DEDICATED USER
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue