From efbe3cae676d640ff6ad16fae527a23d421af2bc Mon Sep 17 00:00:00 2001 From: "Ramón M. Gómez" Date: Mon, 8 Jun 2020 19:02:56 +0200 Subject: #959: Update script checks all defined tags. --- installer/opengnsys_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index fb6891f0..aa981c0a 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -197,7 +197,7 @@ function chooseVersion() # Fetch tags (releases) data from GitHub. while read -pe TAG URL; do if [[ $TAG =~ ^opengnsys- ]]; then - [ "${TAG#opengnsys-}" \< "${INSTVERSION%pre}" ] && break + [ "${TAG#opengnsys-}" \< "${INSTVERSION%pre}" ] && continue RELDATE=$(curl -s "$URL" | jq -r '.commit.committer.date | split("-") | join("")[:8]') RELEASES+=( "${TAG} ($RELDATE)" ) DOWNLOADS+=( "$URL" ) -- cgit v1.2.3-18-g5258