mirror of
https://github.com/YunoHost-Apps/concrete5_ynh.git
synced 2024-09-03 18:25:54 +02:00
Update install
This commit is contained in:
parent
5b5b378644
commit
05ff5e2ed0
1 changed files with 16 additions and 0 deletions
|
@ -89,6 +89,22 @@ POOL_FPM
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC SETUP
|
# SPECIFIC SETUP
|
||||||
#=================================================
|
#=================================================
|
||||||
|
# LANGUAGE
|
||||||
|
#=================================================
|
||||||
|
if [ $language = "English" ]; then
|
||||||
|
language=en_GB
|
||||||
|
else if [ $language = "Français" ] then
|
||||||
|
language=fr_FR
|
||||||
|
else if [ $language = "Deutsch" ] then
|
||||||
|
language=de_DE
|
||||||
|
else if [ $language = "Portugues" ] then
|
||||||
|
language=pt_PT
|
||||||
|
else
|
||||||
|
ynh_die "Language is no available"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
#================================================
|
||||||
# Installation : Get Composer:
|
# Installation : Get Composer:
|
||||||
#=================================================
|
#=================================================
|
||||||
echo "The installation can take long. So be patient ! :)"
|
echo "The installation can take long. So be patient ! :)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue