]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - util/bind.sh
[#113] Update bind9 branch name
[thirdparty/dhcp.git] / 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"