File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN easy-add --var version=0.2.1 --var app=entrypoint-demoter --file {{.app}} --
29
29
30
30
RUN easy-add --var version=0.1.1 --var app=set-property --file {{.app}} --from https://github.com/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_linux_${ARCH}.tar.gz
31
31
32
- RUN easy-add --var version=1.4.1 --var app=restify --file {{.app}} --from https://github.com/itzg/{{.app}}/releases/download/v{{.version}}/{{.app}}_{{.version}}_linux_${ARCH}.tar.gz
32
+ RUN easy-add --var version=1.5.0 --var app=restify --file {{.app}} --from https://github.com/itzg/{{.app}}/releases/download/v{{.version}}/{{.app}}_{{.version}}_linux_${ARCH}.tar.gz
33
33
34
34
RUN easy-add --var version=0.5.0 --var app=mc-monitor --file {{.app}} --from https://github.com/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_linux_${ARCH}.tar.gz
35
35
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ case ${VERSION^^} in
43
43
echo " Looking up latest version..."
44
44
for a in data-platform ; do
45
45
for i in {1..5}; do
46
- DOWNLOAD_URL=$( restify --user-agent=itzg/minecraft-bedrock-server --attribute=${a} =serverBedrockLinux ${downloadPage} 2> restify.err | jq -r ' .[0].href' || echo ' ' )
46
+ DOWNLOAD_URL=$( restify --user-agent=itzg/minecraft-bedrock-server --headers " accept-language:* " -- attribute=${a} =serverBedrockLinux ${downloadPage} 2> restify.err | jq -r ' .[0].href' || echo ' ' )
47
47
if [[ ${DOWNLOAD_URL} ]]; then
48
48
break 2
49
49
fi
You can’t perform that action at this time.
0 commit comments