File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 echo "**** install duplicati ****" && \
3131 if [ -z ${DUPLICATI_RELEASE+x} ]; then \
3232 DUPLICATI_RELEASE=$(curl -sX GET "https://api.github.com/repos/duplicati/duplicati/releases" \
33- | jq -r 'first(.[] | select(.tag_name | contains("beta"))) | .tag_name' ); \
33+ | jq -r 'first(.[] | select(.tag_name | contains("beta"))) | .tag_name' ); \
3434 fi && \
3535 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 \
Original file line number Diff line number Diff line change 3030 echo "**** install duplicati ****" && \
3131 if [ -z ${DUPLICATI_RELEASE+x} ]; then \
3232 DUPLICATI_RELEASE=$(curl -sX GET "https://api.github.com/repos/duplicati/duplicati/releases" \
33- | jq -r 'first(.[] | select(.tag_name | contains("beta"))) | .tag_name'); \
33+ | jq -r 'first(.[] | select(.tag_name | contains("beta"))) | .tag_name'); \
3434 fi && \
3535 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 \
You can’t perform that action at this time.
0 commit comments