add progress to install

This commit is contained in:
Usman Nasir
2021-01-20 00:37:46 +05:00
parent 5a67a30ac7
commit 815eef0740

View File

@@ -57,6 +57,12 @@ set_git_repos_and_branch() {
printf "Found custom provided branch...\n"
fi
### To be removed when branch is merged
BRANCH_NAME="v2.0.4-dev"
###
GIT_DIR=$(dirname "$GIT_URL")
GIT_USER=$(basename "$GIT_DIR")
GIT_REPO=$(basename "$GIT_URL")