diff --git a/scripts/install b/scripts/install index 2dfc87f..4b112da 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" -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 e32c8ff..c8410f6 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" -( cd $final_path/$app && git pull ) +ynh_setup_source "$final_path/$app" +#( cd $final_path/$app && git pull ) #================================================= # NGINX CONFIGURATION