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

Small fix

This commit is contained in:
ericgaspar 2020-10-30 21:33:26 +01:00
parent a5ff12eaa4
commit ef586b6532
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
"en": "Web-based cross-platform XMPP client",
"fr": "Client XMPP multiplateforme basé sur le Web"
},
"version": "0.18~ynh1",
"version": "0.18~ynh2",
"url": "https://movim.eu",
"license": "AGPL-3.0-or-later",
"maintainer": {

View file

@ -142,8 +142,8 @@ ynh_store_file_checksum --file="$final_path/config/db.inc.php"
(
cd "$final_path"
export COMPOSER_HOME=$final_path
curl -sS https://getcomposer.org/installer | php -- --version="1.10.16" --install-dir="$final_path" \
&& php"${phpversion}" composer.phar install --no-interaction
curl -sS https://getcomposer.org/installer | php${phpversion} -- --version="1.10.16" --install-dir="$final_path" \
&& php${phpversion} composer.phar install --no-interaction
)
#=================================================