File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 3030 DUPLICATI_RELEASE=$(curl -sX GET "https://api.github.com/repos/duplicati/duplicati/releases" \
3131 | jq -r 'first(.[] | select(.tag_name | contains("beta"))) | .tag_name' ); \
3232 fi && \
33- mkdir -p \
34- /app/duplicati && \
3533 duplicati_url=$(curl -s "https://api.github.com/repos/duplicati/duplicati/releases/tags/${DUPLICATI_RELEASE}" | jq -r '.assets[].browser_download_url' |grep 'linux-x64-gui.zip$' ) && \
3634 curl -o \
3735 /tmp/duplicati.zip -L \
Original file line number Diff line number Diff line change 3030 DUPLICATI_RELEASE=$(curl -sX GET "https://api.github.com/repos/duplicati/duplicati/releases" \
3131 | jq -r 'first(.[] | select(.tag_name | contains("beta"))) | .tag_name'); \
3232 fi && \
33- mkdir -p \
34- /app/duplicati && \
3533 duplicati_url=$(curl -s "https://api.github.com/repos/duplicati/duplicati/releases/tags/${DUPLICATI_RELEASE}" | jq -r '.assets[].browser_download_url' |grep 'linux-arm64-gui.zip$') && \
3634 curl -o \
3735 /tmp/duplicati.zip -L \
You can’t perform that action at this time.
0 commit comments