Refactor tools functions to add_tools scripts

This commit is contained in:
Shivam Mathur
2022-01-02 16:43:37 +05:30
parent 3681a25ab6
commit d189609ea9
6 changed files with 328 additions and 299 deletions

View File

@ -249,9 +249,9 @@ export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
# shellcheck source=.
. "${scripts:?}"/common.sh
. "${scripts:?}"/ext/source.sh
. "${scripts:?}"/tools/add_tools.sh
. "${scripts:?}"/common.sh
read_env
self_hosted_setup
setup_php