Package Manager - mdibl/package_downloads GitHub Wiki
Wrapper script that manages packages download and Installation. It creates an additional log that could be use later on.
Usage: ./runGetPackage.sh tool_name
- cd to the repos root directory
- run ./runGetPackage.sh tool_name
What it does:
- sources global configs
- Calls the appropriate download script to download the specified version of this package
- Calls the install_package main script to run the install
- Updates the tool symbolic link on success