Skip to content

Package Manager

Lucie Hutchins edited this page Mar 22, 2018 · 3 revisions

Wrapper script that manages packages download and Installation. It creates an additional log that could be use later on.

Usage: ./runGetPackage.sh tool_name

  1. cd to the repos root directory
  2. run ./runGetPackage.sh tool_name

What it does:

  1. sources global configs
  2. Calls the appropriate download script to download the specified version of this package
  3. Calls the install_package main script to run the install
  4. Updates the tool symbolic link on success

Clone this wiki locally