mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
switch install from git to source.tar.gz
This commit is contained in:
parent
5d65aff3b9
commit
110757224b
1 changed files with 2 additions and 1 deletions
|
@ -137,7 +137,8 @@ ynh_psql_execute_as_root \
|
||||||
|
|
||||||
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
|
||||||
git clone https://github.com/Plume-org/Plume.git "$final_path/$app"
|
ynh_setup_source "$final_path"
|
||||||
|
#git clone https://github.com/Plume-org/Plume.git "$final_path/$app"
|
||||||
|
|
||||||
# Create the media directory, where uploads will be stored
|
# Create the media directory, where uploads will be stored
|
||||||
(cd $final_path && mkdir media )
|
(cd $final_path && mkdir media )
|
||||||
|
|
Loading…
Add table
Reference in a new issue