Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for sh_install_deps (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. Vagrantfile

      # same VM from messing up the current test
      config.vm.provision 'clean es installs in tmp', type: 'shell', inline: <<-SHELL
        rm -rf /tmp/elasticsearch*
      SHELL
    
      sh_set_prompt config, name
      sh_install_deps(
        config,
        update_command,
        update_tracking_file,
        install_command,
        install_command_retries,
        extra
      )
    end
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Feb 17 17:41:23 GMT 2021
    - 14.9K bytes
    - Click Count (0)
Back to Top