From 3a7a850149f77733fd9b15948ede9b3e31890664 Mon Sep 17 00:00:00 2001 From: Yalh Date: Tue, 22 Jan 2019 18:49:44 +0100 Subject: [PATCH] back to git (.tar.tgz source lack some files) --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index fcd56dc..ff7ca58 100755 --- a/scripts/install +++ b/scripts/install @@ -137,8 +137,8 @@ ynh_psql_execute_as_root \ ynh_app_setting_set $app final_path $final_path # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source "$final_path/$app" -#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 (cd $final_path && mkdir media )