mirror of
https://github.com/YunoHost-Apps/tiki_ynh.git
synced 2024-09-04 01:15:54 +02:00
Update install
This commit is contained in:
parent
43718d8de0
commit
c6622130b9
1 changed files with 0 additions and 7 deletions
|
@ -104,13 +104,6 @@ ynh_script_progression --message="Configuring PHP-FPM..." --weight=1
|
|||
# Create a dedicated PHP-FPM config
|
||||
ynh_add_fpm_config
|
||||
|
||||
#=================================================
|
||||
# INSTALL LYCHEE WITH COMPOSER
|
||||
#=================================================
|
||||
ynh_script_progression --message="Installing Composer..." --weight=10
|
||||
|
||||
curl -sS https://getcomposer.org/installer | COMPOSER_HOME="$final_path/.composer" php${phpversion} -- --quiet --install-dir="$final_path" --version="2.3.3" || ynh_die --message="Unable to install Composer."
|
||||
|
||||
#=================================================
|
||||
# CREATE DATA DIRECTORY
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue