From c2147767a52405de05f5bcb2b78965d94dd22584 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Wed, 17 Jun 2020 11:18:15 -0400 Subject: [#113] Update bind9 branch name modified: util/bind.sh --- util/bind.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/bind.sh b/util/bind.sh index ce350cd8..260783b2 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -154,11 +154,11 @@ else # Get the bind release kit shell script if type wget then - wget https://$repo_host/$repo_path/raw/master/util/kit.sh || + wget https://$repo_host/$repo_path/raw/main/util/kit.sh || { echo "Fetch of kit.sh file failed" ; exit -1; } elif type fetch then - fetch https://$repo_host/$repo_path/raw/master/util/kit.sh || + fetch https://$repo_host/$repo_path/raw/main/util/kit.sh || { echo "Fetch of kit.sh failed" ; exit -1; } else echo "Fetch of kit.sh failed" -- cgit v1.2.1