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 3232 fi && \
3333 mkdir -p \
3434 /app/duplicati && \
35- 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$' ) && \
35+ 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$' ) && \
3636 curl -o \
3737 /tmp/duplicati.zip -L \
3838 "${duplicati_url}" && \
Original file line number Diff line number Diff line change 3232 fi && \
3333 mkdir -p \
3434 /app/duplicati && \
35- duplicati_url=$(curl -s https://api.github.com/repos/duplicati/duplicati/releases/tags/" ${DUPLICATI_RELEASE}" |jq -r '.assets[].browser_download_url' |grep '.zip$' |grep -v signatures ) && \
35+ 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$') && \
3636 curl -o \
3737 /tmp/duplicati.zip -L \
3838 "${duplicati_url}" && \
You can’t perform that action at this time.
0 commit comments