]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[#113] Update bind9 branch name
authorThomas Markwalder <tmark@isc.org>
Wed, 17 Jun 2020 15:18:15 +0000 (11:18 -0400)
committerThomas Markwalder <tmark@isc.org>
Wed, 17 Jun 2020 15:18:15 +0000 (11:18 -0400)
modified:   util/bind.sh

util/bind.sh

index ce350cd84eb9a59ca82621dd3c4e9e386521c4aa..260783b26627c530f70cf7adde2530c8f5bfe7cb 100644 (file)
@@ -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"