Package Manager Automation Trigger - mdibl/package_downloads GitHub Wiki

A wrapper script to call getToolVersion.sh/setToolVersion.sh and runGetPackage.sh scripts To download and install the current version of the tool.

If a second argument is specified, then it's used as the version to install.

Usage: ./trigger_tool_install.sh tool_name [tool_version]

cd to the repos root directory and:

 run ./trigger_tool_install.sh tool_name [tool_version]

What it does:

  1. sources global configs
  2. Calls the appropriate getToolVersion.sh/setToolVersion.sh to update the release flag file
  3. Check if the specifide tool version is installed
  4. Trigger the install if the specified tool's version is not installed