mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
commit
f1573f6995
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server php7.4-mbstring php7.4-json php7.4-imagick php7.4-xml php7.4-zip php7.4-mysql php7.4-gd php7.4-gmp"
|
||||
packages = "mariadb-server php8.2-curl php8.2-mbstringphp8.2-imagick php8.2-xml php8.2-zip php8.2-mysql php8.2-gd php8.2-gmp"
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
|
@ -75,7 +75,7 @@ ynh_script_progression --message="Install Friendica..." --weight=1
|
|||
|
||||
pushd "$install_dir"
|
||||
# Import Composer dependencies
|
||||
ynh_exec_as "$app" php$phpversion bin/composer.phar install --no-dev --quiet
|
||||
ynh_exec_as "$app" php$phpversion bin/composer.phar install --no-dev --quiet #--ignore-platform-reqs
|
||||
|
||||
# Install application
|
||||
ynh_exec_as "$app" php$phpversion bin/console.php autoinstall\
|
||||
|
|
Loading…
Reference in a new issue