mirror of
https://github.com/luzifer-docker/personal-dns.git
synced 2024-11-12 19:42:41 +00:00
Fix filename
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
330d72c0c9
commit
1aa029a32b
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -12,7 +12,7 @@ DUMB_INIT_VERSION=$(curl -sSfL 'https://lv.luzifer.io/catalog-api/dumb-init/late
|
|||
[ -z "${DUMB_INIT_VERSION}" ] && { exit 1; }
|
||||
|
||||
# Install tools
|
||||
curl -sSfL https://github.com/coredns/coredns/releases/download/v${COREDNS_VERSION}/release.coredns_${COREDNS_VERSION}_linux_amd64.tgz | \
|
||||
curl -sSfL https://github.com/coredns/coredns/releases/download/v${COREDNS_VERSION}/coredns_${COREDNS_VERSION}_linux_amd64.tgz | \
|
||||
tar -x -z -C /usr/local/bin
|
||||
|
||||
curl -sSfLo /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_amd64
|
||||
|
|
Loading…
Reference in a new issue