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
3b0336abd1
commit
d4793c0475
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
|
ynh_app_setting_set $app final_path $final_path
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
su diaspora
|
su - $app <<MCOMMANDS
|
||||||
cd ~
|
cd ~
|
||||||
git clone -b master https://github.com/diaspora/diaspora.git
|
git clone -b master https://github.com/diaspora/diaspora.git
|
||||||
cd diaspora
|
cd diaspora
|
||||||
|
|
Loading…
Reference in a new issue