From 3c5021b43831191556c5ccc20bb0a32d4bf457c8 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Fri, 24 Jun 2022 18:06:56 +0200 Subject: [PATCH] armbian-next: allow overriding rkbins repo URL with `RKBIN_GIT_URL` --- extensions/rkbin-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/rkbin-tools.sh b/extensions/rkbin-tools.sh index 96bc37f3b..bf6e52da2 100644 --- a/extensions/rkbin-tools.sh +++ b/extensions/rkbin-tools.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash function fetch_sources_tools__rkbin_tools() { - fetch_from_repo "https://github.com/armbian/rkbin" "rkbin-tools" "branch:master" + fetch_from_repo "${RKBIN_GIT_URL:-"https://github.com/armbian/rkbin"}" "rkbin-tools" "branch:master" } function build_host_tools__install_rkbin_tools() {