From 110757224bd945d0a6d310cc5cf6a378fa3efa6e Mon Sep 17 00:00:00 2001 From: Yalh Date: Tue, 22 Jan 2019 16:56:08 +0100 Subject: [PATCH] switch install from git to source.tar.gz --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 39059d3..8297cb3 100755 --- a/scripts/install +++ b/scripts/install @@ -137,7 +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 -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 )