mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
Update install
This commit is contained in:
parent
d4793c0475
commit
d1c6c47697
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ ynh_system_user_create $app
|
|||
|
||||
ynh_app_setting_set $app final_path $final_path
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
su - $app <<MCOMMANDS
|
||||
su -l $app -s /bin/bash
|
||||
cd ~
|
||||
git clone -b master https://github.com/diaspora/diaspora.git
|
||||
cd diaspora
|
||||
|
|
Loading…
Reference in a new issue