diff --git a/scripts/install b/scripts/install index 4b112da..b0e97f1 100755 --- a/scripts/install +++ b/scripts/install @@ -158,8 +158,8 @@ CREATE EXTENSION IF NOT EXISTS unaccent;CREATE EXTENSION IF NOT EXISTS citext;" 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://git.pleroma.social/pleroma/pleroma "$final_path/$app" +#ynh_setup_source "$final_path/$app" +git clone https://git.pleroma.social/pleroma/pleroma "$final_path/$app" #================================================= # NGINX CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index c8410f6..b680e0a 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -85,8 +85,8 @@ path_url=$(ynh_normalize_url_path $path_url) #================================================= # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source "$final_path/$app" -#( cd $final_path/$app && git pull ) +#ynh_setup_source "$final_path/$app" +( cd $final_path/$app && git pull ) #================================================= # NGINX CONFIGURATION