From ae3ba28b99122209520f3454876ff429c221c9be Mon Sep 17 00:00:00 2001 From: "Ramón M. Gómez" Date: Tue, 9 Jun 2020 11:18:25 +0200 Subject: Revert "#959: Update script checks all defined tags." This reverts commit efbe3cae676d640ff6ad16fae527a23d421af2bc. --- 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 aa981c0a..fb6891f0 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}" ] && continue + [ "${TAG#opengnsys-}" \< "${INSTVERSION%pre}" ] && break RELDATE=$(curl -s "$URL" | jq -r '.commit.committer.date | split("-") | join("")[:8]') RELEASES+=( "${TAG} ($RELDATE)" ) DOWNLOADS+=( "$URL" ) -- cgit v1.2.3-18-g5258