Skip to content

Remove jq dependency for install script #35

@peter-bread

Description

@peter-bread

gamon3/scripts/install

Lines 192 to 199 in 3202410

info "Getting download URL"
if [ "$RELEASE_VERSION" = "latest" ]; then
if ! command -v jq >/dev/null 2>&1; then
error "Getting checksums for latest release requires jq"
exit 1
fi
RELEASE_VERSION=$(curl -s "https://api.github.com/repos/peter-bread/gamon3/releases/latest" | jq -r '.tag_name')
fi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions