Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install-deps.sh: support INSTALL_EXTRA_PKGS
Instead of requiring other scripts to install packages independently, teach install-deps.sh to install additional packages from the variable INSTALL_EXTRA_PKGS. Now, other scripts should just set INSTALL_EXTRA_PKGS and call install-deps.sh. In particular, this fixes an issue installing packages in a clean (ex. container) system that doesn't yet have repositories set up. Since this task is performed by install-deps.sh already we avoid a chicken-and-egg issue (or doing redundant work of setting up repos) in other scripts. Signed-off-by: John Mulligan <[email protected]>
- Loading branch information