diff --git a/install.sh b/install.sh index 96debfa8..5c7cf504 100644 --- a/install.sh +++ b/install.sh @@ -36,11 +36,9 @@ installRequirements() { } getAlgo() { - [ ! -d "algo" ] && git clone "https://github.com/${REPO_SLUG}" algo + [ ! -d "algo" ] && git clone "https://github.com/${REPO_SLUG}" -b "${REPO_BRANCH}" algo cd algo - - git checkout "${REPO_BRANCH}" - + python -m virtualenv --python="$(command -v python2)" .venv # shellcheck source=/dev/null . .venv/bin/activate