fix(configure.sh): ensure git is installed upon installation
This commit is contained in:
parent
032d6b381a
commit
91bb537e73
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ function check_dependency_and_install() {
|
|||
fi
|
||||
}
|
||||
|
||||
check_dependency_and_install "git-all"
|
||||
check_dependency_and_install "jq"
|
||||
check_dependency_and_install "fswatch"
|
||||
check_dependency_and_install "openssl"
|
||||
|
|
Loading…
Reference in a new issue