Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
gaoxingwang
dhcp
Commits
c2147767
Commit
c2147767
authored
Jun 17, 2020
by
Thomas Markwalder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[
#113
] Update bind9 branch name
modified: util/bind.sh
parent
b8724f78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
util/bind.sh
util/bind.sh
+2
-2
No files found.
util/bind.sh
View file @
c2147767
...
...
@@ -154,11 +154,11 @@ else
# Get the bind release kit shell script
if
type
wget
then
wget https://
$repo_host
/
$repo_path
/raw/ma
ster
/util/kit.sh
||
wget https://
$repo_host
/
$repo_path
/raw/ma
in
/util/kit.sh
||
{
echo
"Fetch of kit.sh file failed"
;
exit
-1
;
}
elif
type
fetch
then
fetch https://
$repo_host
/
$repo_path
/raw/ma
ster
/util/kit.sh
||
fetch https://
$repo_host
/
$repo_path
/raw/ma
in
/util/kit.sh
||
{
echo
"Fetch of kit.sh failed"
;
exit
-1
;
}
else
echo
"Fetch of kit.sh failed"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment