mirror of
https://github.com/Luzifer/dns.git
synced 2024-11-09 22:50:06 +00:00
Update file name of dumb-init build
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
85bea5a964
commit
042c73e2d4
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -17,7 +17,7 @@ DUMB_INIT_VERSION=$(curl -sSfL 'https://lv.luzifer.io/catalog-api/dumb-init/late
|
|||
[ -z "${DUMB_INIT_VERSION}" ] && { exit 1; }
|
||||
|
||||
# Install tools
|
||||
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
|
||||
curl -sSfLo /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_x86_64
|
||||
chmod +x /usr/local/bin/dumb-init
|
||||
|
||||
# Install requirements for python3 scripts
|
||||
|
|
Loading…
Reference in a new issue