Update checkLabels.sh

Removing these lines again. They don't tell much.
This commit is contained in:
Søren Theilgaard
2022-08-23 15:28:57 +02:00
parent 916da6283e
commit a2d2abf4f5

View File

@@ -247,9 +247,6 @@ for fixedArch in i386 arm64; do
fi fi
else else
githubPart="$(echo "$downloadURL" | cut -d "/" -f4-6)" githubPart="$(echo "$downloadURL" | cut -d "/" -f4-6)"
echo "type: $type"
echo "archiveName: $archiveName"
echo "githubPart: $githubPart"
if [[ "$(curl -fsL "$downloadURL" | grep -io "${githubPart}.*\.${expectedExtension}")" != "" ]]; then if [[ "$(curl -fsL "$downloadURL" | grep -io "${githubPart}.*\.${expectedExtension}")" != "" ]]; then
echo "${GREEN}OK: download extension MATCH on ${expectedExtension}${NC}" echo "${GREEN}OK: download extension MATCH on ${expectedExtension}${NC}"
else else