mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
Update install
This commit is contained in:
parent
d8ab4e744b
commit
0e9d82e646
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ ynh_app_setting_set $app port $port
|
|||
# Créer le repertoire de destination et stocke son emplacement.
|
||||
ynh_app_setting_set $app final_path $final_path
|
||||
|
||||
git clone https://framagit.org/luc/lstu.git $final_path # Télécharge la source, décompresse et copie dans $final_path
|
||||
sudo git clone https://framagit.org/luc/lstu.git $final_path # Télécharge la source, décompresse et copie dans $final_path
|
||||
|
||||
# Copie le fichier de config nginx
|
||||
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
|
||||
|
|
Loading…
Reference in a new issue