mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Update checkLabels.sh
Removing these lines again. They don't tell much.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user