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:
- sources global configs
- Calls the appropriate getToolVersion.sh/setToolVersion.sh to update the release flag file
- Check if the specifide tool version is installed
- Trigger the install if the specified tool's version is not installed