File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -394,6 +394,7 @@ SUB_DIR="docker-compose/local"
394
394
FILES=(
395
395
" $SUB_DIR /docker-compose.yml"
396
396
" $SUB_DIR /init_data.json"
397
+ " $SUB_DIR /searxng-settings.yml"
397
398
)
398
399
ENV_EXAMPLES=(
399
400
" $SUB_DIR /.env.zh-CN.example"
@@ -434,6 +435,7 @@ section_download_files(){
434
435
435
436
download_file " $SOURCE_URL /${FILES[0]} " " docker-compose.yml"
436
437
download_file " $SOURCE_URL /${FILES[1]} " " init_data.json"
438
+ download_file " $SOURCE_URL /${FILES[2]} " " searxng-settings.yml"
437
439
438
440
# Download .env.example with the specified language
439
441
if [ " $LANGUAGE " = " zh_CN" ]; then
@@ -657,4 +659,4 @@ section_display_configurated_report() {
657
659
printf " \n%s" " $( show_message " tips_show_documentation" ) "
658
660
printf " %s\n" $( show_message " tips_show_documentation_url" )
659
661
}
660
- section_display_configurated_report
662
+ section_display_configurated_report
You can’t perform that action at this time.
0 commit comments