diff --git a/scripts/install b/scripts/install index b3a9e66..8237c02 100755 --- a/scripts/install +++ b/scripts/install @@ -120,6 +120,9 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$final_path" +# Remove docs, they are not needed and take a lot of space +rm -rf "$final_path/docs" + #================================================= # NGINX CONFIGURATION #=================================================